src/parenscript/index.html @ 6f72eefef02e

Clean up
author Steve Losh <steve@stevelosh.com>
date Sat, 16 Jul 2016 22:04:29 +0000
parents 277982735a9d
children (none)
<!DOCTYPE html>

<html>
    <head>
        <title>Parenscript Test</title>
        <script src='hello.js'></script>
    </head>
    <body>
        Testing...
    </body>
</html>