src/parenscript/index.html @ ab25b62d3f1d

Add sketch to my sandbox
author Steve Losh <steve@stevelosh.com>
date Thu, 04 Aug 2016 13:12:00 +0000
parents 277982735a9d
children (none)
<!DOCTYPE html>

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