Initial commit.

This commit is contained in:
2025-05-23 16:36:20 -04:00
commit 2856c03b46
10 changed files with 2270 additions and 0 deletions

12
public/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<title>Gub</title>
</head>
<body>
<div id="messages"></div>
<input id="input" autocomplete="off" />
<button onclick="sendMessage()">Send</button>
<script src="main.js"></script>
</body>
</html>