htmx/test/manual/head-support/basic-script.html
Carson Gross 9c74684881 rename
2022-10-15 09:35:55 -06:00

6 lines
106 B
HTML

<head>
<script>
alert("basic script")
</script>
</head>
Basic Inline Script (Should Alert)