Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -7
index.html
CHANGED
|
@@ -6,12 +6,10 @@
|
|
| 6 |
<title>RoboChallenge</title>
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 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>
|