src/parenscript/index.html @ 03240af4df9b

Move PCG to its own lib
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 14:01:17 +0000
parents 277982735a9d
children (none)
<!DOCTYPE html>

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