src/parenscript/index.html @ 09407f2a9764

A few more things
author Steve Losh <steve@stevelosh.com>
date Wed, 07 Dec 2016 15:12:32 -0500
parents 277982735a9d
children (none)
<!DOCTYPE html>

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