victor HF Staff commited on
Commit
fca715f
·
1 Parent(s): da7423f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -4
index.html CHANGED
@@ -4,14 +4,13 @@
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width">
6
  <title>My static Space</title>
7
- <link rel="stylesheet" href="styles.css">
8
  </head>
9
  </head>
10
  <body>
11
  <div class="card">
12
- <strong>Welcome to your static Space!</strong>
13
- <p>You can edit this app direclty by modifing the <i>./index.html</i> in Files and versions.</p>
14
- <p> Also don't forget to check the <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.</p>
15
  </div>
16
  </body>
17
  </html>
 
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width">
6
  <title>My static Space</title>
 
7
  </head>
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <h1>Welcome to your static Space!</h1>
12
+ <p>You can edit this app directly by modifying <i>./index.html</i> in Files and versions.</p>
13
+ <p>Also don't forget to check the <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.</p>
14
  </div>
15
  </body>
16
  </html>