Skip to content

Commit

Permalink
🔥 Fix 1s delay on countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Kan-A-Pesh committed Mar 10, 2024
1 parent 05ac441 commit 9b2ec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="background.css" />

<script src="script.js"></script>
<script src="script.js" defer></script>
<script src="background.js" defer></script>
<title>Document</title>
</head>
Expand Down

0 comments on commit 9b2ec7f

Please sign in to comment.