add scripts to <head>
Scripts will be fetched asynchronously and executed in order once the document loads
This commit is contained in:
parent
8349d2651d
commit
32b1bd3d9d
1 changed files with 5 additions and 6 deletions
|
|
@ -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 © 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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue