Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Jul 10, 2024
1 parent b2091f2 commit c0e6bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quiz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>Quiz</h1>
If you have a JSON file compatible with this game (which can be created <a href="/create"
class="link-offset-1 link-light link-underline-opacity-50 link-underline-opacity-100-hover">here</a>), you can
upload it using the input field below: <br><br>
<input type="file" class="form-control file_input" onchange="quiz(null, null)">
<input type="file" class="form-control file_input" onchange="quiz(null, null)" accept=".json">
</div>
</div>

Expand Down Expand Up @@ -401,4 +401,4 @@ <h2 class="accordion-header" id="${subject}">

</body>

</html>
</html>

0 comments on commit c0e6bd4

Please sign in to comment.