- <!-- level.html -->
- <div style="display: flex; flex-direction: row; height: 100vh; width: 100%;">
- <div style="overflow-y: scroll; height: 100%; width: 30%;">
- <ul id="template-list" style="height: 100%;">
- </ul>
- </div>
- <div id="template-details" style="overflow-y: scroll; height: 100%; width: 60%;">
-
- </div>
- </div>
|