]> git.plutz.net Git - flarejs/blobdiff - index.html
initial
[flarejs] / index.html
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..06c1fed
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html><head>
+  <title>FlareJS</title>
+</head><body onload="script();">
+  <canvas id="view" width=640 height=480 />
+  <script>
+
+view = getElementById("view");
+
+function Mob(textdef) {
+}
+
+  </script>
+</body></html>