creator-classic.html 259 B

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