Add example.html to demonstrate this.
authorOlof-Joachim Frahm <olof@macrolet.net>
Wed, 12 Jun 2013 20:21:50 +0000 (22:21 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Tue, 15 Oct 2013 20:42:45 +0000 (22:42 +0200)
example.html [new file with mode: 0644]

diff --git a/example.html b/example.html
new file mode 100644 (file)
index 0000000..a1b1fce
--- /dev/null
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+  <body>
+    <script src="jscl.js" type="text/javascript"></script>
+    <script type="text/x-common-lisp">
+      (setf #j:document:body:innerHTML "<h1>Hello World!</h1><p>This is <em>JSCL</em>.</p>")
+    </script>
+  </body>
+</html>