Initial commit.
This commit is contained in:
12
public/index.html
Normal file
12
public/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!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>
|
Reference in New Issue
Block a user