- commit
- 7ffd4c8897849f27733dc03ab5f7f120cc0401f3
- parent
- 5ccb981a5de301e9ff252119242a46853e295687
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-12-17 21:01
explain more
Diffstat
M | index.html | 12 | ++++++++---- |
1 files changed, 8 insertions, 4 deletions
diff --git a/index.html b/index.html
@@ -16,7 +16,8 @@ 16 16 17 17 <form id="scores" hidden> 18 18 <table></table>19 -1 <button>Go next</button>-1 19 <p>You need to coordinate who goes next among yourselves.</p> -1 20 <button>It is my turn now!</button> 20 21 </form> 21 22 22 23 <div id="draw" hidden> @@ -30,8 +31,8 @@ 30 31 </form> 31 32 32 33 <form id="lie" hidden>33 -1 <p>Enter a wrong word</p>34 34 <img/> -1 35 <p>Enter a wrong word</p> 35 36 <input name="word" required> 36 37 <button>Submit</button> 37 38 <p class="only-disabled">Waiting for other players to enter their lies.</p> @@ -39,22 +40,25 @@ 39 40 40 41 <form id="lie-host" hidden> 41 42 <p>Waiting for players to enter their lies.</p> -1 43 <p>You can click "continue" when everyone is done (or you don't want to wait any longer).</p> 42 44 <ul id="lie-done"></ul> 43 45 <button>Continue</button> 44 46 </form> 45 47 46 48 <form id="pick" hidden>47 -1 <p>Which of the following words was the original?</p>48 49 <img/> -1 50 <p>Which of the following words was the original?</p> 49 51 <ul id="options"></ul> 50 52 <button>Submit</button> 51 53 <p class="only-disabled">Waiting for other players to pick their answers.</p> 52 54 </form> 53 55 54 56 <form id="pick-host" hidden> -1 57 <p>The available answers for this image are:</p> -1 58 <ul id="options-host"></ul> 55 59 <img/> 56 60 <p>Waiting for players to pick their answers.</p>57 -1 <ul id="options-host"></ul>-1 61 <p>You can click "continue" when everyone is done (or you don't want to wait any longer).</p> 58 62 <ul id="pick-done"></ul> 59 63 <button>Continue</button> 60 64 </form>