Skip to content

Commit

Permalink
Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
avanimathur committed Jan 17, 2024
1 parent a2080cf commit 4924a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dark/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<h1>Quiz Rules</h1>
<ol class="rules-list">
<li>The game consists of 10 questions!</li>
<li>You get 15 seconds to answer each question; a timer is displayed to show the time left for each question.</li>
<li>Speed Bonus If You Answer Quickly</li>
<ul>
Expand All @@ -21,6 +22,7 @@ <h1>Quiz Rules</h1>

<li>There is no negative marking for a wrong answer.</li>
</ol>
<h2>ALL THE BEST!</h2>
<a class="btn" href="index.html" id="goHomeBtn">Go Home</a>
</body>
</html>
2 changes: 2 additions & 0 deletions Light/rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<body>
<h1>Quiz Rules</h1>
<ol class="rules-list">
<li>The game consists of 10 questions!</li>
<li>You get 15 seconds to answer each question; a timer is displayed to show the time left for each question.</li>
<li>Speed Bonus If You Answer Quickly</li>
<ul>
Expand All @@ -21,6 +22,7 @@ <h1>Quiz Rules</h1>

<li>There is no negative marking for a wrong answer.</li>
</ol>
<h2>ALL THE BEST!</h2>
<a class="btn" href="index.html" id="goHomeBtn">Go Home</a>
</body>
</html>

0 comments on commit 4924a9b

Please sign in to comment.