JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="UTF-8">
5         <link rel="icon" href="data:null">
6         <title>Peach HTML5 Editor</title>
7 </head>
8 <body>
9         <h1>Peach HTML5 Editor</h1>
10
11         <p>This directory contains the source code for the Peach HTML5 Editor.</p>
12
13         <p><a href="README.txt">Learn more</a></p>
14
15         <p><a href="demo.html">Run the demo</a></p>
16
17         <p><a href="parser_tests.html">Run parser tests</a></p>
18
19         <p><a href="https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=tree">Source</a> - AGPLv3+</p>
20 </body>
21 </html>