diff options
author | Florrie <towerofnix@gmail.com> | 2019-01-17 22:43:02 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-01-17 22:43:02 -0400 |
commit | c83e12b6f2de41168de22ff33779be9f2e16ea74 (patch) | |
tree | 0ab9c0595f3b662920cb89699debd41da8f9f194 /index.html | |
parent | 865bbee8e39acee57893e5c4000ce7c16c92f9a4 (diff) |
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 9ab3afc..d0a2b26 100644 --- a/index.html +++ b/index.html @@ -36,12 +36,17 @@ </div> </div> <div id="game"> + <h2 id="time-trial-heading">TIME TRIAL <span id="time-trial-time">30.00s</span> TIME TRIAL</h2> <div id="choice-container"></div> <div id="results" class="hide"> <p id="correct"><span>Correct!</span></p> <p id="incorrect"><span>Incorrect.</span><br>The correct choice was <span id="correct-character">Noelle</span>.</p> <p><a href="#" id="next-link">Next</a></p> </div> + <div id="final-results"> + <p>Good job! You got <span id="final-correct">0</span> <span>correct</span> and <span id="final-incorrect">0</span> <span>incorrect</span>.</p> + <p><a href="#" id="play-again-link">Play again?</a></p> + </div> <div id="scorekeeper"></div> </div> </div> |