text-chat/static/index.html
Gašper Dobrovoljc b23ab042f3
Ura - 26. 11. 2022
2022-11-26 16:28:11 +01:00

17 lines
333 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Document</title>
<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>
</body>
</html>