diff --git a/scripts/html5 b/scripts/html5 index 29da2cd7..38b014df 100755 --- a/scripts/html5 +++ b/scripts/html5 @@ -17,6 +17,6 @@ cat < - + EOM \ No newline at end of file diff --git a/scripts/pug5 b/scripts/pug5 index 62c6b30b..b084e587 100755 --- a/scripts/pug5 +++ b/scripts/pug5 @@ -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 \ No newline at end of file