feat: initial

This commit is contained in:
Lain Iwakura 2026-05-19 22:36:24 +03:00
commit 90b46d44f1
Signed by: lain
GPG key ID: 8160466B2E8D1441
7 changed files with 227 additions and 0 deletions

21
web/index.html Normal file
View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cultist.club</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<h1>Welcome home. Again.</h1>
<div class="links">
<a href="https://src.cultist.club">src</a>
<a href="ircs://irc.cultist.club:6697">irc</a>
</div>
<div class="uptime">
<marquee>{{uptime}}</marquee>
</div>
</div>
</body>
</html>