Skip to content

Commit

Permalink
adding html structure and text
Browse files Browse the repository at this point in the history
  • Loading branch information
eleazarf committed Jul 5, 2023
1 parent 8d384fe commit f79e5ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,17 @@
</header>
</body>

<section>
<h1>Welcome to JavaScript Quiz Challenge</h1>
<p>
You have 75 seconds to try to get the highest score by answering five
series of JavaScript questions. Incorrect answers will penalize your
time by ten seconds. Your total score will be your time after you
answer the last question. Click start when you are ready.
</p>
<div>
<button>Start Quiz</button>
</div>
</section>

</html>

0 comments on commit f79e5ca

Please sign in to comment.