Skip to content

Commit

Permalink
Change paths in the index.html file
Browse files Browse the repository at this point in the history
  • Loading branch information
ettolrach committed Dec 30, 2023
1 parent 8dee127 commit 0f4e19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2 class="titles" id="notice">Please select a difficulty.</h2>
<button id="retry" class="clickableButton">Retry?</button>
</footer>

<script src="game.js"></script>
<script src="selection.js"></script>
<script src="scripts/game.js"></script>
<script src="scripts/selection.js"></script>
</body>
</html>

0 comments on commit 0f4e19a

Please sign in to comment.