Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -2
index.html
CHANGED
@@ -7,7 +7,17 @@
|
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
</body>
|
13 |
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css">
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<main>
|
11 |
+
<h1>π cherry-ghosts community</h1>
|
12 |
+
<p>cherry-ghosts is a community where <em>curiosity meets innovation!</em> β¨</p>
|
13 |
+
</main>
|
14 |
+
<section>
|
15 |
+
<h2>Apps</h2>
|
16 |
+
<ul>
|
17 |
+
<li><a href="https://hf.co/spaces/cherry-ghosts/dreamer">π Cherry Dreamer</a></li>
|
18 |
+
<li><a href="https://hf.co/spaces/cherry-ghosts/SmolLM">π¨οΈ SmolLM</a></li>
|
19 |
+
<li><em>and many more; coming soon...</em></li>
|
20 |
+
</ul>
|
21 |
+
</section>
|
22 |
</body>
|
23 |
</html>
|