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>
|
||||||
<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">
|
<link href="/static/css/style.css" rel="stylesheet">
|
||||||
<script src="/static/js/tw-elements.min.js"></script>
|
<script src="/static/js/tw-elements.min.js"></script>
|
||||||
|
|
||||||
@@ -150,6 +145,10 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user