aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index e352507..0000000
--- a/index.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!doctype html>
-
-<head>
-</head>
-<body>
- <script src="test_bundle.js"></script>
-
-This page allows us to test Acorn and it isn't slow and terrible like websites that do the same thing
-
-<br><br><br>
-
-<textarea id="input" rows="4" cols="50"></textarea>
-<br>
-<input id="parse" type="button" value="Parse"></input>
-<br>
-<pre id="output"></pre>
-
-</body>