Ura - 03. 12. 2022

This commit is contained in:
2022-12-03 15:56:15 +01:00
parent b23ab042f3
commit a03db8ea54
4 changed files with 95 additions and 7 deletions

View File

@@ -4,13 +4,16 @@
<meta charset="UTF-8" />
<title>Document</title>
<link rel="stylesheet" href="styles.css" />
<script src="/socket.io/socket.io.js"></script>
<script defer src="script.js"></script>
</head>
<body>
<input id="input" type="text" />
<button id="send">Send</button>
<div id="chat"></div>
<chatinput>
<input id="input" type="text" />
<button id="send">Send</button>
</chatinput>
</body>
</html>