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

@@ -5,6 +5,8 @@
<script src="scripts/account.js" type="module"></script>
<script src="modules/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="modulepreload" href="scripts/utils.js">
<link rel="modulepreload" href="scripts/dialog.js">
<style>
@media screen and (width >= 1264px){
#resource-container {