Some checks failed
Deploy Trade-In / changes (push) Successful in 4s
Deploy Trade-In / build-frontend (push) Has been skipped
Deploy Trade-In / test (push) Successful in 25s
Deploy Trade-In / build-backend (push) Successful in 1m11s
Deploy Trade-In / deploy (push) Has been cancelled
Co-authored-by: bot-backend <bot-backend@gendsgn.local> Co-committed-by: bot-backend <bot-backend@gendsgn.local>
14 lines
501 B
HTML
14 lines
501 B
HTML
<!DOCTYPE html>
|
||
<html lang="ru">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Доступ ограничен: проблема с IP</title>
|
||
</head>
|
||
<body>
|
||
<div class="firewall-container">
|
||
<h1>Доступ ограничен</h1>
|
||
<p>К сожалению, запросы с вашего IP-адреса выглядят автоматическими.
|
||
Попробуйте зайти позже или используйте другой способ подключения.</p>
|
||
</div>
|
||
</body>
|
||
</html>
|