HelloGitHub commited on
Commit
58569f5
·
verified ·
1 Parent(s): a0caf9c

Update index.html

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