]> git.plutz.net Git - flarejs/commitdiff
removed static index file
authorPaul Hänsch <paul@plutz.net>
Thu, 6 Feb 2020 04:00:54 +0000 (05:00 +0100)
committerPaul Hänsch <paul@plutz.net>
Thu, 6 Feb 2020 04:00:54 +0000 (05:00 +0100)
index.html [deleted file]

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>