aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-14 10:56:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-15 00:27:48 +0800
commit7ef54be57586847c679b9a72b5bb4c546ca61b14 (patch)
treecbb102bd8bad592eee781b002852d1d130b02de0 /index.html
parent8798cbf48e2c16fa8999147ffce481d4131ec6f2 (diff)
refactor(CSS): Rename class name for HTML holder
result-html => DumbyMap
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 28b25c3..196458e 100644
--- a/index.html
+++ b/index.html
@@ -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>