ssboost commited on
Commit
12bf249
·
verified ·
1 Parent(s): 06194e8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +8 -11
index.html CHANGED
@@ -49,15 +49,15 @@
49
  </div>
50
  </div>
51
  <div class="control-group filter-panel">
52
- </div>
53
 
54
-
55
- <div class="control-group" id="layers-panel">
56
- <h3>레이어 목록</h3>
57
- <div class="layer-option">
58
- <button id="delete-layer-btn" class="danger-btn" disabled>선택 레이어 삭제</button>
59
- </div>
60
- <div id="layers-list" class="layers-list">
61
  </div>
62
  </div>
63
 
@@ -110,9 +110,6 @@
110
  <h3>합성된 이미지 미리보기</h3>
111
  <img id="preview-img" alt="합성 이미지 미리보기">
112
  </div>
113
-
114
- </div>
115
-
116
  </div>
117
 
118
  <!-- 스크립트 파일 로드 -->
 
49
  </div>
50
  </div>
51
  <div class="control-group filter-panel">
52
+ </div>
53
 
54
+ <div class="control-group" id="layers-panel">
55
+ <h3>레이어 목록</h3>
56
+ <div class="layer-option">
57
+ <button id="delete-layer-btn" class="danger-btn" disabled>선택 레이어 삭제</button>
58
+ </div>
59
+ <div id="layers-list" class="layers-list">
60
+ </div>
61
  </div>
62
  </div>
63
 
 
110
  <h3>합성된 이미지 미리보기</h3>
111
  <img id="preview-img" alt="합성 이미지 미리보기">
112
  </div>
 
 
 
113
  </div>
114
 
115
  <!-- 스크립트 파일 로드 -->