📝 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>
</body> </body>
<script src="./index.js" default></script> <script src="./index.js" default defer></script>
</html> </html>
EOM EOM

View file

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