gub/public/index.html
2025-05-23 16:36:20 -04:00

13 lines
262 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Gub</title>
</head>
<body>
<div id="messages"></div>
<input id="input" autocomplete="off" />
<button onclick="sendMessage()">Send</button>
<script src="main.js"></script>
</body>
</html>