aboutsummaryrefslogtreecommitdiff
path: root/evaluation test/index.html
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-10-28 10:38:20 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-10-28 10:38:20 -0500
commitda22a14cd285d6646db7b7d1ce1281689d01159f (patch)
treef2b14931e983086ea4546ba421e12e25650c87db /evaluation test/index.html
parentf9bd00d49a9de977ecbf75b5fda6d0372483b2e2 (diff)
cleaned up source and added license info
Diffstat (limited to 'evaluation test/index.html')
-rw-r--r--evaluation test/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/evaluation test/index.html b/evaluation test/index.html
new file mode 100644
index 0000000..e352507
--- /dev/null
+++ b/evaluation test/index.html
@@ -0,0 +1,18 @@
+<!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>