Yong-Ju commited on
Commit
338dcb9
·
1 Parent(s): 931fc89

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -3
index.html CHANGED
@@ -30,9 +30,12 @@
30
  <!--
31
  <iframe src="https://etri-vilab.io:7861/" style="width:100%; height: 100%; border: 0; position: absolute; margin-bottom: 10px;"></iframe>
32
  -->
33
- <iframe src="https://etri-vilab.io:7861/" style="width:100%;height:1222px;"></iframe>
34
-
35
- <iframe src="https://youngwanlee.github.io/KOALA/" style="width:100%;height:1222px; "></iframe>
 
 
 
36
 
37
  </body>
38
  </html>
 
30
  <!--
31
  <iframe src="https://etri-vilab.io:7861/" style="width:100%; height: 100%; border: 0; position: absolute; margin-bottom: 10px;"></iframe>
32
  -->
33
+ <div class="container">
34
+ <iframe src="https://etri-vilab.io:7861/" style="width:100%;height:1222px;"></iframe>
35
+ </div>
36
+ <div class="container">
37
+ <iframe src="https://youngwanlee.github.io/KOALA/" style="width:100%;height:1222px; "></iframe>
38
+ </div>
39
 
40
  </body>
41
  </html>