| Server IP : 89.108.64.180 / Your IP : 216.73.217.117 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/aravanatula.ru/ |
Upload File : |
<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Сайт на реконструкции</title>
<style>
:root {
--bg: #0355A8; /* синий фон */
--text: #ffffff;
--card: rgba(255, 255, 255, 0.08);
}
* { box-sizing: border-box; }
html, body { height: 100%; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
background: var(--bg);
color: var(--text);
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
}
.wrap {
max-width: 800px;
width: 100%;
background: var(--card);
border: 1px solid rgba(255,255,255,0.15);
border-radius: 20px;
padding: clamp(20px, 3vw, 36px);
backdrop-filter: blur(4px);
box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
h1 {
margin: 0 0 12px;
font-size: clamp(20px, 3.2vw, 28px);
line-height: 1.2;
font-weight: 700;
}
p {
margin: 0;
font-size: clamp(16px, 2.5vw, 18px);
line-height: 1.6;
white-space: pre-line; /* сохраняет переносы строк */
}
a { color: #fff; }
.phone {
display: inline-block;
padding: 2px 6px;
border-radius: 8px;
background: rgba(0,0,0,0.18);
text-decoration: none;
}
</style>
</head>
<body>
<main class="wrap" role="main" aria-label="Сообщение о реконструкции сайта">
<h1>Сайт на реконструкции</h1>
<p>
«Уважаемые посетители!
В настоящее время наш сайт находится на реконструкции. Мы проводим технические работы для улучшения качества обслуживания наших клиентов. По всем вопросам, связанным с нашей деятельностью, вы можете обратиться по телефону: <a class="phone" href="tel:+79207600990">+7 920 760-09-90</a>
Благодарим за понимание и терпение.
С уважением,
Администрация сайта»
</p>
</main>
</body>
</html>