📝 Added script defer

This commit is contained in:
z3rOR0ne 2023-06-25 20:45:32 -07:00
parent 3ceaeddc40
commit eecb233ecf
2 changed files with 2 additions and 2 deletions

View file

@ -17,6 +17,6 @@ cat <<EOM
<body>
</body>
<script src="./index.js" default></script>
<script src="./index.js" default defer></script>
</html>
EOM

View file

@ -15,5 +15,5 @@ html(lang = "en")
noscript
link(rel="stylesheet" href="css/style.css")
body
script(src="./index.js" default)
script(src="./index.js" default defer)
EOM