Skip to content

Commit

Permalink
Move script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMFR committed Mar 8, 2024
1 parent 60d3105 commit 347a0bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<!-- CSS -->
<link rel="stylesheet" href="style.css">

<!-- JavaScript -->
<script src="script.js"></script>

<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json">

Expand Down Expand Up @@ -48,5 +45,7 @@
</div>
<button id="reinitialiser">Remettre le compteur à zéro</button>
</div>

<script src="script.js"></script>
</body>
</html>

0 comments on commit 347a0bc

Please sign in to comment.