Spaces:
Sleeping
Sleeping
jacobinathanialpeterson
commited on
Commit
·
dc704e3
1
Parent(s):
996546e
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<button id="createRoom" onclick="createRoom(prompt('New Room ID:'))">Create a New Room</button>
|
|
|
10 |
<div class="chat-container">
|
11 |
<div class="chat-messages" id="messages"></div>
|
12 |
<div class="chat-input">
|
|
|
7 |
</head>
|
8 |
<body>
|
9 |
<button id="createRoom" onclick="createRoom(prompt('New Room ID:'))">Create a New Room</button>
|
10 |
+
<button id="joinRoom" onclick="window.location.reload()">Join an Existing Room</button>
|
11 |
<div class="chat-container">
|
12 |
<div class="chat-messages" id="messages"></div>
|
13 |
<div class="chat-input">
|