Move htmx, hyperscript, & sweetalert js libs to bottom of page to stop blocking of render

This commit is contained in:
Peter Stockings
2023-04-13 22:04:06 +10:00
parent f00360a720
commit b228ef8169

View File

@@ -25,11 +25,6 @@
},
};
</script>
<script src="/static/js/htmx.min.js"></script>
<script src="/static/js/hyperscript.min.js"></script>
<script src="/static/js/sweetalert2@11.js"></script>
<link href="/static/css/style.css" rel="stylesheet">
<script src="/static/js/tw-elements.min.js"></script>
@@ -150,6 +145,10 @@
</div>
</div>
<script src="/static/js/htmx.min.js"></script>
<script src="/static/js/hyperscript.min.js"></script>
<script src="/static/js/sweetalert2@11.js"></script>
</body>
</html>