diff options
author | Florrie <towerofnix@gmail.com> | 2019-01-17 12:16:16 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-01-17 12:16:16 -0400 |
commit | 39bb19de91169cc22a3ce9c4f273e614e9c601f6 (patch) | |
tree | 8e93c1f6b54cc458c4f6826786dc4fd66d617174 /index.html | |
parent | 5d6fb747d811e20f690c951f88ed303915fe69ee (diff) |
Dummy mode picker
No actual game modes yet.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html index 7d5322a..9ab3afc 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,11 @@ <h1>GUESS THE CHARACTER</h1> <div id="intro"> <p>is a game in which you GUESS THE CHARACTER based on the sound of their speech.</p> + <p id="mode-picker">PICK MODE: <a href="#" data-mode="encyclopedia">Encyclopedia</a> - <a href="#" data-mode="time-trial">Time Trial</a></p> + <div id="mode-descriptions"> + <p data-mode="encyclopedia">Encyclopedia: Try to guess EVERY SINGLE character correctly! Unlimited time.</p> + <p data-mode="time-trial">Time Trial: Guess as many characters as possible in 30 seconds!</p> + </div> <p>Loading (<span id="load-progress">0</span>%)...</p> <p id="play-paragraph"><a href="#" id="play-link">Play</a></p> </div> |