src/parenscript/index.html @ 277982735a9d

Poke at Parenscript
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jul 2016 16:00:42 +0000
parents (none)
children (none)
<!DOCTYPE html>

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