src/parenscript/index.html @ 60b451e2a6eb

Function serialization
author Steve Losh <steve@stevelosh.com>
date Mon, 07 Aug 2017 22:16:41 -0400
parents 277982735a9d
children (none)
<!DOCTYPE html>

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