- Окт
- 597
- 133
Пользователь
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!у меня нет кода
Попробуй этот хз будет работать или нет, но у меня вроде все работает
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Доступ к форуму ограничен</title>
<style>
body {
margin: 0;
padding: 0;
background: #121212;
font-family: 'Inter', sans-serif;
color: #e4e4e4;
}
.wrapper {
max-width: 800px;
margin: 50px auto;
background: #1b1b1b;
padding: 40px;
border-radius: 10px;
border: 1px solid #2a2a2a;
box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.header-icon {
font-size: 60px;
color: #ffa200;
text-align: center;
margin-bottom: 15px;
}
.main-title {
text-align: center;
font-size: 28px;
font-weight: 600;
color: #ffa200;
margin-bottom: 25px;
}
.info-block {
background: #181818;
border: 1px solid #2a2a2a;
border-radius: 8px;
padding: 25px;
}
.info-title {
font-size: 20px;
font-weight: 600;
color: #ffa200;
margin-bottom: 20px;
}
.row {
display: flex;
justify-content: space-between;
padding: 10px 0;
border-bottom: 1px solid #2a2a2a;
}
.row:last-child {
border-bottom: none;
}
.row b {
color: #ffa200;
}
.footer {
margin-top: 25px;
text-align: center;
font-size: 14px;
opacity: 0.7;
}
a.support {
color: #ffa200;
text-decoration: none;
font-weight: 600;
}
a.support:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="header-icon">🚫</div>
<div class="main-title">Доступ к форуму ограничен</div>
<div class="info-block">
<div class="info-title">Информация о блокировке</div>
<div class="row">
<span>Заблокирован:</span>
<b>Сервером автоматически</b>
</div>
<div class="row">
<span>Дата начала:</span>
<b>01 Янв 2030</b>
</div>
<div class="row">
<span>Дата окончания:</span>
<b>1 Янв 2035</b>
</div>
<div class="row">
<span>Причина:</span>
<b> 5.10 </b>
</div>
<div class="row">
<span>Автоматическое разблокирование:</span>
<b>Нет</b>
</div>
</div>
<div class="footer">
Для уточнения деталей блокировки свяжитесь:
<a href="#" class="support">Telegram / Поддержка</a>
</div>
</div>
</body>
</html>
Попробуй этот хз будет работать или нет, но у меня вроде все работает
HTML:<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <title>Доступ к форуму ограничен</title> <style> body { margin: 0; padding: 0; background: #121212; font-family: 'Inter', sans-serif; color: #e4e4e4; } .wrapper { max-width: 800px; margin: 50px auto; background: #1b1b1b; padding: 40px; border-radius: 10px; border: 1px solid #2a2a2a; box-shadow: 0 0 20px rgba(0,0,0,0.4); } .header-icon { font-size: 60px; color: #ffa200; text-align: center; margin-bottom: 15px; } .main-title { text-align: center; font-size: 28px; font-weight: 600; color: #ffa200; margin-bottom: 25px; } .info-block { background: #181818; border: 1px solid #2a2a2a; border-radius: 8px; padding: 25px; } .info-title { font-size: 20px; font-weight: 600; color: #ffa200; margin-bottom: 20px; } .row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #2a2a2a; } .row:last-child { border-bottom: none; } .row b { color: #ffa200; } .footer { margin-top: 25px; text-align: center; font-size: 14px; opacity: 0.7; } a.support { color: #ffa200; text-decoration: none; font-weight: 600; } a.support:hover { text-decoration: underline; } </style> </head> <body> <div class="wrapper"> <div class="header-icon">🚫</div> <div class="main-title">Доступ к форуму ограничен</div> <div class="info-block"> <div class="info-title">Информация о блокировке</div> <div class="row"> <span>Заблокирован:</span> <b>Сервером автоматически</b> </div> <div class="row"> <span>Дата начала:</span> <b>01 Янв 2030</b> </div> <div class="row"> <span>Дата окончания:</span> <b>1 Янв 2035</b> </div> <div class="row"> <span>Причина:</span> <b> 5.10 </b> </div> <div class="row"> <span>Автоматическое разблокирование:</span> <b>Нет</b> </div> </div> <div class="footer"> Для уточнения деталей блокировки свяжитесь: <a href="#" class="support">Telegram / Поддержка</a> </div> </div> </body> </html>
pawno-help.ru