cutiee82 commited on
Commit
1265361
Β·
verified Β·
1 Parent(s): cca990e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +12 -2
index.html CHANGED
@@ -7,7 +7,17 @@
7
  <link rel="stylesheet" href="style.css">
8
  </head>
9
  <body>
10
- <h1>πŸ’ cherry-ghosts community</h1>
11
- <p>cherry-ghosts is a community where <em>curiosity meets innovation</em>! ✨</p>
 
 
 
 
 
 
 
 
 
 
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>