Spaces:
Running
Running
Update index.html
Browse files- 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 |
-
<
|
13 |
-
<p>You can edit this app
|
14 |
-
<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>
|