Spaces:
Sleeping
Sleeping
jacobinathanialpeterson
commited on
Commit
·
b1803bd
1
Parent(s):
53cfa3e
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
<div class="chat-input">
|
12 |
<input type="text" id="nameInputBox" placeholder="Your Name">
|
13 |
<input type="text" id="messageInputBox" placeholder="Type a message...">
|
14 |
-
<button onclick="postMessage()">Send</button>
|
15 |
</div>
|
16 |
</div>
|
17 |
|
|
|
11 |
<div class="chat-input">
|
12 |
<input type="text" id="nameInputBox" placeholder="Your Name">
|
13 |
<input type="text" id="messageInputBox" placeholder="Type a message...">
|
14 |
+
<button onclick="postMessage(myRoomId)">Send</button>
|
15 |
</div>
|
16 |
</div>
|
17 |
|