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,8 @@
<head>
{{template "head" .}}
<script src="scripts/login.js" type="module"></script>
<link rel="modulepreload" href="scripts/utils.js">
<link rel="modulepreload" href="scripts/dialog.js">
</head>
<body>
<header>