Spaces:
Running
Running
Update index.html
Browse files- index.html +13 -14
index.html
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
-
<head>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
</head>
|
9 |
-
</head>
|
10 |
-
<body>
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
</body>
|
17 |
</html>
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
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="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. 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>
|