jacobinathanialpeterson commited on
Commit
21681f7
·
1 Parent(s): e8a9de2

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -6,7 +6,7 @@
6
  <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
7
  </head>
8
  <body>
9
- <button 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">
 
6
  <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
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">