cultist.club-website/web/index.html

21 lines
545 B
HTML
Raw Permalink Normal View History

2026-05-19 22:36:24 +03:00
<!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">
2026-05-19 23:22:01 +03:00
<a href="https://src.cultist.club" target="_blank">src</a>
<a href="/irc">irc</a>
2026-05-19 22:36:24 +03:00
</div>
<div class="uptime">
<marquee>{{uptime}}</marquee>
</div>
</div>
</body>
</html>