|
Server IP : 82.197.83.136 / Your IP : 216.73.216.82 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u163988420 ( 163988420) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u163988420/domains/brshastrihospital.com/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
http_response_code(503);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Under Maintenance</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap 5 CDN -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
min-height: 100vh;
background: linear-gradient(135deg, #0d6efd, #6610f2);
display: flex;
align-items: center;
justify-content: center;
}
.maintenance-card {
background: #ffffff;
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
padding: 3rem 2.5rem;
max-width: 520px;
width: 100%;
text-align: center;
}
.maintenance-icon {
font-size: 4rem;
}
</style>
</head>
<body>
<div class="maintenance-card">
<div class="maintenance-icon mb-3">🚧</div>
<h1 class="fw-bold mb-3">We’ll Be Back Soon</h1>
<p class="text-muted mb-4">
Our website is currently undergoing maintenance to fix a security issue.
<br>
Thank you for your patience.
</p>
<div class="alert alert-warning d-inline-block px-4 py-2" role="alert">
Service temporarily unavailable (503)
</div>
<div class="mt-4 small text-muted">
© <?php echo date('Y'); ?> All rights reserved
</div>
</div>
</body>
</html>