add module preload for each page

This commit is contained in:
2025-02-27 22:13:37 +00:00
parent 7f7e17e8ee
commit 323129185b
5 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
{{template "head" .}}
<script src="scripts/index.js" type="module"></script>
<script src="modules/wfa.js" type="module"></script>
<link rel="modulepreload" href="scripts/utils.js">
<link rel="modulepreload" href="scripts/dialog.js">
<link rel="modulepreload" href="scripts/clientsync.js">
<style>
#instance-container > div {
border-bottom: 1px solid white;