akhaliq HF staff commited on
Commit
20391be
1 Parent(s): b6122ef

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +14 -24
index.html CHANGED
@@ -7,27 +7,17 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <!DOCTYPE html>
11
- <html>
12
- <head>
13
- <meta charset="utf-8" />
14
- <meta name="viewport" content="width=device-width" />
15
- <title>My static Space</title>
16
- <link rel="stylesheet" href="style.css" />
17
- </head>
18
- <body>
19
- <div class="card">
20
- <h1>Welcome to your static Space!</h1>
21
- <p>
22
- You can modify this app directly by editing <i>index.html</i> in the
23
- Files and versions tab.
24
- </p>
25
- <p>
26
- Also don't forget to check the
27
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank"
28
- >Spaces documentation</a
29
- >.
30
- </p>
31
- </div>
32
- </body>
33
- </html>
 
7
  pinned: false
8
  ---
9
 
10
+
11
+ <div class="card">
12
+ <h1>Welcome to your static Space!</h1>
13
+ <p>
14
+ You can modify this app directly by editing <i>index.html</i> in the
15
+ Files and versions tab.
16
+ </p>
17
+ <p>
18
+ Also don't forget to check the
19
+ <a href="https://huggingface.co/docs/hub/spaces" target="_blank"
20
+ >Spaces documentation</a
21
+ >.
22
+ </p>
23
+ </div>