Move htmx, hyperscript, & sweetalert js libs to bottom of page to stop blocking of render
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user