Spaces:
Running
Running
liewchooichin
commited on
Commit
•
31fdd4e
1
Parent(s):
4840bff
Update index.html
Browse files- index.html +7 -6
index.html
CHANGED
@@ -7,13 +7,14 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
|
|
|
|
|
|
|
|
|
|
10 |
<div class="card">
|
11 |
-
<
|
12 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
13 |
-
<p>
|
14 |
-
Also don't forget to check the
|
15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
-
</p>
|
17 |
</div>
|
|
|
18 |
</body>
|
19 |
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<main>
|
11 |
+
<h1>Welcome to my Space!</h1>
|
12 |
+
<p>It contains fun stuff that I build during my journey to learn full stack web application development.</p>
|
13 |
+
</main>
|
14 |
+
|
15 |
<div class="card">
|
16 |
+
<p>Build this simple <a href="./draw-web-worker/index.html">shape draw app</a> while learning about Web Worker API.</p>
|
|
|
|
|
|
|
|
|
|
|
17 |
</div>
|
18 |
+
|
19 |
</body>
|
20 |
</html>
|