Add example.html to demonstrate this.
[jscl.git] / example.html
1 <!doctype html>
2 <html>
3   <body>
4     <script src="jscl.js" type="text/javascript"></script>
5     <script type="text/x-common-lisp">
6       (setf #j:document:body:innerHTML "<h1>Hello World!</h1><p>This is <em>JSCL</em>.</p>")
7     </script>
8   </body>
9 </html>