Initial commit
This commit is contained in:
17
static/index.html
Normal file
17
static/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Document</title>
|
||||
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script defer src="index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<input type="text" id="text" />
|
||||
<button id="send">Send</button>
|
||||
<br />
|
||||
|
||||
<div id="messages"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user