JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
no more stylus, cleanup
[peach-html5-editor.git] / parser_tests_coffee.html
diff --git a/parser_tests_coffee.html b/parser_tests_coffee.html
deleted file mode 100644 (file)
index cb2e345..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<!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>Peach HTML5 Parser test page (CoffeeScript version)</h1>
-       <p>This version of the test page compiles the CoffeeScript files in the browser, so you don't have to install CoffeeScript (or node.js).</p>
-       <p>It can take a few seconds for the tests to compile.</p>
-       <p>Check the inspector/console for test results.</p>
-       <script src="parser.coffee" type="text/coffeescript"></script>
-       <script src="parser_tests.coffee" type="text/coffeescript"></script>
-       <script src="coffee-script.js"></script>
-       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
-</body>
-</html>