JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / index.html
index 5750538..d8e030c 100644 (file)
@@ -1,11 +1,21 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <title>html parser tester</title>
-       <script src="parse-html.js"></script>
-       <script src="test.js"></script>
+       <meta charset="UTF-8">
+       <link rel="icon" href="data:null">
+       <title>Peach HTML5 Editor</title>
 </head>
 <body>
-       <p>check the console for test results</p>
+       <h1>Peach HTML5 Editor</h1>
+
+       <p>This directory contains the source code for the Peach HTML5 Editor.</p>
+
+       <p><a href="README.txt">Learn more</a></p>
+
+       <p><a href="demo.html">Run the demo</a></p>
+
+       <p><a href="parser_tests.html">Run parser tests</a></p>
+
+       <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
 </body>
 </html>