Update templates/index.html
Browse files- 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>
|
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>
|