JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
decode b/etc internally, fix more ns
[peach-html5-editor.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <title>html parser tester</title>
6         <script src="parse-html.js"></script>
7         <script src="test.js"></script>
8 </head>
9 <body>
10         <p>check the console for test results</p>
11 </body>
12 </html>