Skip to content

Commit

Permalink
score1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumikamehta910 committed Jan 25, 2024
1 parent acd3734 commit c54125b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Kviz</h1>
<div class="flex-row">
<a class="btn" href="/Dark/index.html">Dark Theme</a>
<a class="btn" href="/Light/index.html">Light Theme</a>
<a class="btn" href="#" onclick="toggleScoreHistory()">Score History</a>
<a class="btn" href="score.html">Score History</a>
</div>
</div>

Expand All @@ -36,8 +36,7 @@ <h1>Kviz</h1>

<!-- Score History Section -->
<div id="score-history">
<a href="score.html"></a>
<ul id="score-list"></ul>

</div>
</body>
</html>
Expand Down

0 comments on commit c54125b

Please sign in to comment.