13 lines
262 B
HTML
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>
|