diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-14 10:56:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-15 00:27:48 +0800 |
commit | 7ef54be57586847c679b9a72b5bb4c546ca61b14 (patch) | |
tree | cbb102bd8bad592eee781b002852d1d130b02de0 /index.html | |
parent | 8798cbf48e2c16fa8999147ffce481d4131ec6f2 (diff) |
refactor(CSS): Rename class name for HTML holder
result-html => DumbyMap
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ | |||
22 | </head> | 22 | </head> |
23 | 23 | ||
24 | <body> | 24 | <body> |
25 | <div class="result-html"></div> | 25 | <div class="DumbyMap"></div> |
26 | <div class="editor"> | 26 | <div class="editor"> |
27 | <textarea></textarea> | 27 | <textarea></textarea> |
28 | </div> | 28 | </div> |