diff options
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> |