Add defer to hyperscript

This commit is contained in:
Peter Stockings
2026-02-03 23:52:21 +11:00
parent c20f2e2f85
commit 9998616946

View File

@@ -12,7 +12,7 @@
<link href="/static/css/style.css" rel="stylesheet">
<script src="/static/js/htmx.min.js" defer></script>
<script src="/static/js/hyperscript.min.js"></script>
<script src="/static/js/hyperscript.min.js" defer></script>
</head>
<body>