page-sample-empty.html 213 B

123
  1. <!-- Enter here your HTML content. Add a section with an id tag and tag contenteditable="true" if you want to use the inline editor for the content -->
  2. <section id="mysection1" contenteditable="true">
  3. </section>