JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run in the browser without installing coffeescript
[peach-html5-editor.git] / test.html
diff --git a/test.html b/test.html
new file mode 100644 (file)
index 0000000..6343102
--- /dev/null
+++ b/test.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <meta charset="UTF-8">
+       <link rel="icon" href="data:;base64,iVBORw0KGgo=">
+       <title>html parser tester</title>
+</head>
+<body>
+       <h1>WHEIC test page.</h1>
+       <p>It can take a few seconds for the tests to compile.</p>
+       <p>Check the inspector/console for test results.</p>
+       <script src="parse-html.coffee" type="text/coffeescript"></script>
+       <script src="test.coffee" type="text/coffeescript"></script>
+       <script src="coffee-script.js"></script>
+</body>
+</html>