Initial commit
This commit is contained in:
16
chat.html
Normal file
16
chat.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>WebSocket Chat exercise</title>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<textarea id="chatlog" readonly></textarea><br/>
|
||||
<input id="msg" type="text" />
|
||||
<button type="submit" id="sendButton">Send!</button>
|
||||
<button type="submit" id="closeButton">End</button>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user