web / index.html
cutiee82's picture
Update index.html
209fbef verified
raw
history blame
791 Bytes
<!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>