JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
mock up html parser, parse text and entities
[peach-html5-editor.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <title>html parser tester</title>
5         <script src="parse-html.js"></script>
6 </head>
7 <body>
8         <p>check the console for test results</p>
9 </body>
10 </html>