chore: initial commit — chat-saiden web chat baseline

This commit is contained in:
marauder-actual
2026-05-29 13:47:34 +02:00
commit 96ba8f4b6e
28 changed files with 4852 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<!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>