Files
2026-07-25 00:37:09 +03:00

20 lines
787 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ссылка недоступна — {{ brand }}</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500..800&family=Sora:wght@400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/static/css/style.css" />
</head>
<body class="guest-shell">
<div class="guest-box">
<h1>{{ brand }}</h1>
<div class="alert-error">{{ message }}</div>
<a class="btn btn-ghost" href="/">На главную</a>
</div>
</body>
</html>