]> git.plutz.net Git - flarejs/blobdiff - index.html
removed static index file
[flarejs] / index.html
diff --git a/index.html b/index.html
deleted file mode 100644 (file)
index 06c1fed..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<!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>