We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93f2a5 commit 24c836cCopy full SHA for 24c836c
leaderboard.html
@@ -199,7 +199,8 @@ <h2 class="site-title">The Coders Club</h2>
199
200
<div class="button-container" style="text-align: right; padding: 15px;">
201
<button class="nav-button" onclick="window.location.href='index.html';">Back to Homepage</button>
202
- <button class="nav-button" onclick="window.location.href='quiz.html';">Quiz</button>
+ <button class="nav-button" onclick="window.location.href='quiz.html';">Week 5 Quiz</button>
203
+ <button class="nav-button" onclick="window.location.href='finalquiz.html';">Final Quiz</button>
204
<button class="nav-button" onclick="window.location.href='feedback.html';">Feedback</button>
205
</div>
206
0 commit comments