tools/cute/index.html
2024-12-07 18:04:59 +01:00

59 lines
No EOL
2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Femboy Haven</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>✨ Femboy Haven ✨</h1>
<p>Where cuteness and charm collide 💖</p>
</header>
<nav>
<a href="#about">About</a>
<a href="#gallery">Gallery</a>
<a href="#contact">Contact</a>
</nav>
<main>
<section id="about">
<h2>About Us 💕</h2>
<p>Welcome to your ultimate femboy sanctuary! Here we celebrate self-expression, cuteness, and positivity
with an overdose of pink and sparkles.</p>
</section>
<section id="gallery">
<h2>Gallery 🌸</h2>
<div class="gallery">
<div class="card">
<img src="img/1.jpg" alt="Pink Bliss">
<p>Me and my socks :3 (by kiki_femboy)</p>
</div>
<div class="card">
<img src="img/2.jpg" alt="Soft Vibes">
<p>My cute lingerie :3 (by pocketsora_)</p>
</div>
<div class="card">
<img src="img/3.jpg" alt="Cute Moments">
<p>Cute pajamas :3 (by german_femboy17)</p>
</div>
<div class="card">
<img src="img/4.jpg" alt="Cute Moments">
<p>My makeuppppp (by findfemboys)</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us 💌</h2>
<p>We'd love to hear from you! Send your thoughts, love, or memes to <a
href="mailto:femboy@drugsellers.com">femboy@drugsellers.com</a> :3</p>
</section>
</main>
<footer>
<p>&copy; 2024 Femboy Haven | Made with 💖 and sparkles :3 <a href="#top">Back to Top</a></p>
</footer>
</body>
</html>