File manager - Edit - /home/autoph/public_html/connect/index.BAK2
Back
<?php // maintenance.php // Set the HTTP response code to 503 Service Unavailable http_response_code(503); // Optional: Set a Retry-After header (in seconds) header("Retry-After: 3600"); // 1 hour ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Site Under Maintenance</title> <style> body { font-family: Arial, sans-serif; text-align: center; padding: 100px; background-color: #f2f2f2; } .container { background: white; padding: 50px; border-radius: 10px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.1); } h1 { color: #333; } p { color: #666; } </style> </head> <body> <div class="container"> <h1>We'll Be Back Soon</h1> <p>Our site is currently undergoing scheduled maintenance.<br> Thank you for your patience and understanding.</p> </div> </body> </html>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings