html> Maintenance Pagetitle> <style> body { font-family: Arial, sans-serif; text-align: center; padding: 50px; } .container { margin: auto; max-width: 800px; padding: 20px; border: 1px solid #ddd; box-shadow: 0px 0px 10px #aaa; } h1 { color: #333; } </style> </head> <body> <div class="container"> <h1>This is a maintenance page </h1> <p>We are currently performing maintenance. Please check back later</p> </div> </body> </html>