File size: 791 Bytes
d3a67e6
 
f2a333d
 
 
 
 
 
 
4320694
1265361
 
 
 
 
 
 
209fbef
 
93ed51e
1265361
 
9eaa7ea
f2a333d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>πŸ’ cherry-ghosts community</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <a href="/"><img src="assets/header.png" alt="A happy ghost"></a>
    <main>
      <h1>πŸ’ cherry-ghosts community</h1>
      <p>cherry-ghosts is a community where <em>curiosity meets innovation!</em> ✨</p>
    </main>
    <section>
      <h2>Apps</h2>
      <ul>
        <li><a href="https://cherry-ghosts-dreamer.hf.space" target="_blank">🎨 Cherry Dreamer</a></li>
        <li><a href="https://cherry-ghosts-smollm.hf.space" target="_blank">πŸ—¨οΈ SmolLM</a></li>
        <li><em>and many more...</em></li>
      </ul>
    </section>
  </body>
</html>