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

@@ -3,6 +3,7 @@
<head>
{{template "head" .}}
<script src="scripts/settings.js" type="module"></script>
<link rel="modulepreload" href="scripts/utils.js">
<style>
legend {
margin-bottom: 25px;