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 5d4206e commit e3aa39cCopy full SHA for e3aa39c
QUIZ WEB APP/index.html
@@ -23,8 +23,8 @@ <h3 id="heading">I solemny swear that I am upto no good!</h3>
23
<div class="container">
24
<div id="home" class="flex-column flex-center">
25
<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>
+ <a href="/game.html" class="btn">Play</a>
+ <a href="/highscores.html" id="highscore-btn" class="btn">Highscore<i class="fas fa-crown"></i></a>
28
29
</div>
30
0 commit comments