feat: initial
This commit is contained in:
commit
90b46d44f1
7 changed files with 227 additions and 0 deletions
21
web/index.html
Normal file
21
web/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue