diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-14 19:28:46 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-15 00:27:48 +0800 |
commit | 64f24ee5fb1a27b66de2575a8d4b31646776f54a (patch) | |
tree | 62e4b390504e8c4a391c00aa1f43af1272e6969c /index.html | |
parent | 901ad1a83ae08c259f75c69e5cc957a72e18f762 (diff) |
feat: Switch layout by attribute
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | </head> | 22 | </head> |
23 | 23 | ||
24 | <body> | 24 | <body data-layout="editing"> |
25 | <div class="DumbyMap"></div> | 25 | <div class="DumbyMap"></div> |
26 | <div class="editor"> | 26 | <div class="editor"> |
27 | <textarea></textarea> | 27 | <textarea></textarea> |