src/parenscript/index.html @ eee0f45d46b8

Add generic arithmetic experiment
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Nov 2016 13:40:53 +0000
parents 277982735a9d
children (none)
<!DOCTYPE html>

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