src/parenscript/index.html @ 5c8d604c6f01

Add sand.prof to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Sep 2016 14:22:08 +0000
parents 277982735a9d
children (none)
<!DOCTYPE html>

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