« get me outta code hell

guess-the-character - Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
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>