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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -4
index.html CHANGED
@@ -3,16 +3,13 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
  <iframe
12
  src="https://robochallenge.cn/home"
13
  frameborder="0"
14
- width="850"
15
- height="450"
16
  ></iframe>
17
  </div>
18
  </body>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>RoboChallenge</title>
 
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>