index.html - Updated. Added the text style in the center, increased the size of the text.

parent ed732656
......@@ -3,14 +3,27 @@
<head>
<meta charset="utf-8">
<title> You are banned!</title>
<style>
.center {
top: 50%;
left: 50%;
width: 800px;
height: 500px;
position: absolute;
margin-top: -200px;
margin-left: -300px;
}
</style>
</head>
<body>
Доступ с вашего IP-адреса ограничен в связи с подозрительной активностью. <br>
<div class=center>
<p><big>Доступ с вашего IP-адреса ограничен в связи с подозрительной активностью. <br>
Для разблокировки перейдите по ссылке:<br>
<a href="/unban.php">Unban!</a>
<br> Access from your IP address is restricted due to suspicious activity. <br>
To unlock, follow the link <br>
<a href="/unban.php">Unban!</a>
To unlock, follow the link: <br>
<a href="/unban.php">Unban!</a></big>
</div>
</body>
<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