summaryrefslogtreecommitdiffstatshomepage
path: root/www/static/test/manual/head-support/reeval-script.html
blob: 96bf3a6439d16124dccf493934e8a846edbe29d4 (plain) (blame)
1
2
3
4
5
6
<head>
    <script hx-head="re-eval">
        alert("basic script")
    </script>
</head>
Basic Inline Script (Should Alert)