creator-classic.html 269 B

12345678910111213
  1. <head>
  2. <link rel="stylesheet" href="%TEST_DIR%_assets/styles.css">
  3. </head>
  4. <p>
  5. <button id="destroyEditor">Destroy editor</button>
  6. <button id="initEditor">Init editor</button>
  7. </p>
  8. <div id="editor">
  9. <h1>Hello world!</h1>
  10. <p>This is an editor instance.</p>
  11. </div>