aboutsummaryrefslogtreecommitdiff
path: root/evaluation test/index.html
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-07-28 15:32:10 +1000
committerYuchen Pei <hi@ypei.me>2022-07-28 15:32:10 +1000
commit5b10a10743b8459f64fe83e0ff420f69da79c9a4 (patch)
treec61904d688247790181d4955a4074b8c94302c03 /evaluation test/index.html
parentb98cb70b1bcd5b211aaa5d2675f96416911c0647 (diff)
Moving scripts and utilities into a new utilities dir
Diffstat (limited to 'evaluation test/index.html')
-rw-r--r--evaluation test/index.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/evaluation test/index.html b/evaluation test/index.html
deleted file mode 100644
index e352507..0000000
--- a/evaluation test/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>