src/parenscript/index.html @ 644e7f766db4

Add data to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Jul 2016 21:37:44 +0000
parents 277982735a9d
children (none)
<!DOCTYPE html>

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