load js with defer instead of in the footer

This commit is contained in:
Ben Harris 2022-02-17 15:21:03 -05:00
parent fbd9166854
commit 5c824a2411
2 changed files with 4 additions and 3 deletions

View File

@ -17,9 +17,6 @@ RSA: SHA256:JR5oQPfC34ogd/SeIcMpaGR8BiBo4ciI5xWyBVCjj5o</pre>
</a>
</footer>
</div>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>

View File

@ -15,7 +15,11 @@
<link rel="icon" type="image/png" sizes="192x192" href="/apple-touch-icon-precomposed.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<script defer src="/js/jquery.min.js"></script>
<script defer src="/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/css/hacker.css">
<style>
/* offset #fragments */
:target:before {