📝 Added script defer
This commit is contained in:
parent
3ceaeddc40
commit
eecb233ecf
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue