Initial commit

This commit is contained in:
Gašper Dobrovoljc
2023-03-04 18:02:39 +01:00
commit 197a4f1b1d
7 changed files with 1738 additions and 0 deletions

17
static/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
<script src="/socket.io/socket.io.js"></script>
<script defer src="index.js"></script>
</head>
<body>
<input type="text" id="text" />
<button id="send">Send</button>
<br />
<div id="messages"></div>
</body>
</html>