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