From daa937ae8fc53fc216f336831cd109749722b4f0 Mon Sep 17 00:00:00 2001 From: ea654 <ea654@drexel.edu> Date: Sun, 24 Nov 2024 03:03:00 +0000 Subject: [PATCH] Update index.html --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index af429fd..37b52e7 100644 --- a/public/index.html +++ b/public/index.html @@ -46,6 +46,7 @@ </section> <section id="gameArea" style="display:none;"> + <div id="timer">Time left: 60 seconds</div> <h2 id="question">Question will appear here</h2> <div id="options">Options will appear here</div> <p id="score">Score: 0</p> -- GitLab