HelloGitHub commited on
Commit
a0caf9c
·
verified ·
1 Parent(s): 3857e26

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -4
index.html CHANGED
@@ -7,10 +7,11 @@
7
  </head>
8
  <body>
9
  <div class="card">
10
- <iframe
11
- src="https://robochallenge.cn/home"
12
- frameborder="0"
13
- ></iframe>
 
14
  </div>
15
  </body>
16
  </html>
 
7
  </head>
8
  <body>
9
  <div class="card">
10
+ <iframe
11
+ src="https://robochallenge.cn/home"
12
+ frameborder="0"
13
+ style="width: 100%; height: 95vh; border: none;"
14
+ ></iframe>
15
  </div>
16
  </body>
17
  </html>