Skip to content

Commit c62dd76

Browse files
Update finalquiz.html
1 parent 40d7327 commit c62dd76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

finalquiz.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,10 @@ <h2 class="site-title">The Coders Club</h2>
347347
</div>
348348

349349
<div class="button-container">
350-
<button class="nav-button" onclick="window.location.href='index.html';">Back to Homepage</button>
350+
<button class="nav-button" onclick="window.location.href='index.html';">Home</button>
351351
<button class="nav-button" onclick="window.location.href='weeklycontent.html';">Weekly Content</button>
352352
<button class="nav-button" onclick="window.location.href='quiz.html';">Week 5 Quiz</button>
353+
<button class="nav-button" onclick="window.location.href='finalquiz.html';">Final Quiz</button>
353354
<button class="nav-button" onclick="window.location.href='leaderboard.html';">Leaderboard</button>
354355
<button class="nav-button" onclick="window.location.href='feedback.html';">Feedback</button>
355356
</div>

0 commit comments

Comments
 (0)