Skip to content

Commit

Permalink
add defer
Browse files Browse the repository at this point in the history
  • Loading branch information
WlodekM authored Aug 14, 2024
1 parent de5ef56 commit d712e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development/funni/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="unused.js"></script>
<script src="do_not_use.js"></script>
<script src="unused.js" defer></script>
<script src="do_not_use.js" defer></script>
<style>
body {
background-color: black;
Expand Down

0 comments on commit d712e7a

Please sign in to comment.