
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Доступ запрещён</title>
<style>
body { font-family: Arial, sans-serif; background: #f8f8f8; color: #333; text-align: center; padding-top: 50px; }
h1 { font-size: 2em; color: #c00; }
p { font-size: 1.2em; }
</style>
</head>
<body>
<h1>Доступ запрещён</h1>
<p>С вашего IP доступ запрещён.</p>
</body>
</html>
