Commit cb5e8149 authored by Vitaly Lipatov's avatar Vitaly Lipatov

index.html: update

parent 0bd9aa5b
...@@ -3,19 +3,34 @@ ...@@ -3,19 +3,34 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title> You are banned!</title> <title>Ваш IP-адрес заблокирован на сервере. You are banned!</title>
<style> <style>
html {
font-family: sans-serif;
text-align: center;
}
body {
overflow: hidden;
}
big {
font-weight: bold;
}
.center { .center {
top: 50%;
left: 50%;
width: 800px; width: 800px;
height: 500px; height: 500px;
position: absolute; max-width: 100vw;
margin-top: -200px; max-width: calc(100vw - 2rem);
margin-left: -300px; min-height: 100vh;
} margin: auto;
display: flex;
justify-content: center;
align-items: center;
}
.button { .button {
text-decoration: none; text-decoration: none;
display: inline-block; display: inline-block;
width: 140px; width: 140px;
...@@ -33,25 +48,24 @@ ...@@ -33,25 +48,24 @@
background: #0d6efd; background: #0d6efd;
box-shadow: 0 8px 15px rgba(0, 0, 0, .1); box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
transition: .3s; transition: .3s;
} }
.button:hover { .button:hover {
background: #2EE59D; background: #2EE59D;
box-shadow: 0 15px 20px rgba(46, 229, 157, .4); box-shadow: 0 15px 20px rgba(46, 229, 157, .4);
color: white; color: white;
transform: translateY(-7px); transform: translateY(-7px);
} }
</style> </style>
</head> </head>
<body> <body>
<div class=center> <div class=center>
<p><big>Доступ с вашего IP-адреса ограничен в связи с подозрительной активностью. <br> <p><big>Доступ с вашего IP-адреса ограничен в связи с подозрительной активностью. <br>
Для разблокировки перейдите по ссылке:<br> Для разблокировки нажмите:<br>
<a href="/unban.php" class="button">Unban!</a> <a href="/unban.php" class="button">Разблокировать</a>
<br> Access from your IP address is restricted due to suspicious activity. <br> <br> Access from your IP address is restricted due to suspicious activity. <br>
To unlock, follow the link: <br> To unlock, follow the link: <br>
<a href="/unban.php" class="button">Unban!</a></big> <a href="/unban.php" class="button">Unban</a></big>
</div> </div>
</body> </body>
<html> <html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment