JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update .gitignore
[peach-html5-editor.git] / test.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <link rel="icon" href="data:;base64,iVBORw0KGgo=">
6         <title>html parser tester</title>
7 </head>
8 <body>
9         <h1>WHEIC test page.</h1>
10         <p>It can take a few seconds for the tests to compile.</p>
11         <p>Check the inspector/console for test results.</p>
12         <script src="parse-html.coffee" type="text/coffeescript"></script>
13         <script src="test.coffee" type="text/coffeescript"></script>
14         <script src="coffee-script.js"></script>
15 </body>
16 </html>