Initial commit

This commit is contained in:
2024-09-02 22:35:04 +02:00
commit c9ed32806b
8 changed files with 249 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello websockets</title>
</head>
<body></body>
<script type="module" src="client.mjs"></script>
</html>