Jofthomas commited on
Commit
9a8a59c
·
verified ·
1 Parent(s): 4390527

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -2
templates/index.html CHANGED
@@ -9,9 +9,8 @@
9
 
10
  <div id="lobby-container">
11
  <h2>Welcome</h2>
12
- <hr>
13
  <form id="replay-form">
14
- <p>Or replay a previous game:</p>
15
  <input type="text" id="replay-id-input" placeholder="Enter Game ID">
16
  <button type="submit">Replay Game</button>
17
  </form>
 
9
 
10
  <div id="lobby-container">
11
  <h2>Welcome</h2>
 
12
  <form id="replay-form">
13
+ <p>Replay a previous game:</p>
14
  <input type="text" id="replay-id-input" placeholder="Enter Game ID">
15
  <button type="submit">Replay Game</button>
16
  </form>