add scripts to <head>

Scripts will be fetched asynchronously and executed in order once the document loads
This commit is contained in:
David Reed 2022-12-03 16:10:41 -05:00
parent 8349d2651d
commit 32b1bd3d9d
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F

View file

@ -23,7 +23,11 @@
<meta name="googlebot" content="index, follow, snippet" />
<link rel="shortcut icon" content="favicon.ico" />
<link rel="stylesheet" href="index.css" />
<script src="uv/uv.bundle.js" defer></script>
<script src="uv/uv.config.js" defer></script>
<script src="register-sw.js" defer></script>
<script src="search.js" defer></script>
<script src="index.js" defer></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
@ -119,10 +123,5 @@
>
<span>Ultraviolet &copy; TN 2022</span>
</footer>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
<script src="register-sw.js"></script>
<script src="search.js"></script>
<script src="index.js"></script>
</body>
</html>