We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4757d commit 052ffe4Copy full SHA for 052ffe4
core.sh
@@ -88,6 +88,7 @@ function htmx_page() {
88
<html>
89
<head>
90
<meta name="viewport" content="width=device-width, initial-scale=1" />
91
+ <meta charset="UTF-8">
92
${STYLE_TEXT}
93
<script src="https://unpkg.com/[email protected]/dist/htmx.min.js" integrity="sha384-lVb3Rd/Ca0AxaoZg5sACe8FJKF0tnUgR2Kd7ehUOG5GCcROv5uBIZsOqovBAcWua" crossorigin="anonymous"></script>
94
<script src="https://unpkg.com/[email protected]"></script>
0 commit comments