JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
mock up html parser, parse text and entities
[peach-html5-editor.git] / index.html
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..f27ccb2
--- /dev/null
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <title>html parser tester</title>
+       <script src="parse-html.js"></script>
+</head>
+<body>
+       <p>check the console for test results</p>
+</body>
+</html>