26 lines
934 B
HTML
26 lines
934 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>chat.saiden.dev — not authorised</title>
|
|
<meta name="robots" content="noindex, nofollow">
|
|
|
|
<link rel="icon" href="https://saiden.dev/favicon.ico">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Caveat:wght@400&family=Inter:wght@300&display=swap">
|
|
|
|
<link rel="stylesheet" href="/static/chat.css">
|
|
</head>
|
|
<body>
|
|
<main class="denied">
|
|
<h1 class="denied__title">not on the channel</h1>
|
|
<p class="denied__body">{{ reason }}</p>
|
|
<div class="denied__hand">— Saiden</div>
|
|
<a class="denied__link" href="/auth/login">try again</a>
|
|
</main>
|
|
</body>
|
|
</html>
|