do some things

This commit is contained in:
2022-06-12 09:38:38 +02:00
parent 67c1e35608
commit 204d55d514
81 changed files with 1342 additions and 844 deletions

15
website/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/socket.io/socket.io.js"></script>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<script src="jquery.js"></script>
<script src="script.js" ></script>
</head>
<body>
<div id="consolecont">
<textarea id="console" readonly></textarea>
</div>
</body>
</html>