Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaksmansoori committed Jan 5, 2024
1 parent 14f53af commit dcffb6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand All @@ -15,10 +15,13 @@ <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="/ScoreHistory/index.html">Score History</a>
</div>
</div>
</div>

<!-- <script src="toggle.js"></script> -->
</body>
</html>
</body>
</html>

0 comments on commit dcffb6a

Please sign in to comment.