Skip to content

Commit e3aa39c

Browse files
committed
Corrected path
1 parent 5d4206e commit e3aa39c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QUIZ WEB APP/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ <h3 id="heading">I solemny swear that I am upto no good!</h3>
2323
<div class="container">
2424
<div id="home" class="flex-column flex-center">
2525
<h1>Harry Potter Quiz</h1>
26-
<a href="/QUIZ WEB APP/game.html" class="btn">Play</a>
27-
<a href="/QUIZ WEB APP/highscores.html" id="highscore-btn" class="btn">Highscore<i class="fas fa-crown"></i></a>
26+
<a href="/game.html" class="btn">Play</a>
27+
<a href="/highscores.html" id="highscore-btn" class="btn">Highscore<i class="fas fa-crown"></i></a>
2828

2929
</div>
3030
</div>

0 commit comments

Comments
 (0)