this is awful right now

This commit is contained in:
biglyderv 2025-04-01 18:14:36 -04:00
commit 353bd175b0
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
7 changed files with 991 additions and 0 deletions

19
static/index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Dervland</title>
<link rel="stylesheet" href="index.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<ul id="messages"></ul>
<form id="form" action="">
<input id="input" autocomplete="off" /><button>Send</button>
</form>
<script src='/index.js'></script>
</body>
</html>