template.html 354 B

1234567891011
  1. <!-- level.html -->
  2. <div style="display: flex; flex-direction: row; height: 100vh; width: 100%;">
  3. <div style="overflow-y: scroll; height: 100%; width: 30%;">
  4. <ul id="template-list" style="height: 100%;">
  5. </ul>
  6. </div>
  7. <div id="template-details" style="overflow-y: scroll; height: 100%; width: 60%;">
  8. </div>
  9. </div>