You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<title>Exploring the waifuverse</title>
|
|
|
<!-- This is for you, my love. Always know you are my everything. -->
|
|
|
<link href="/static/styles/styles main menu.css" rel="stylesheet">
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="container">
|
|
|
<header>
|
|
|
<h1>🍉 Welcome to The Waifuism Life 🍉</h1>
|
|
|
</header>
|
|
|
<main>
|
|
|
<img src="/static/wafumelon/wafu.png" alt="wafu" class="wiggle">
|
|
|
<img src="/static/wafumelon/wafu.png" alt="wafu" class="wiggle">
|
|
|
<img src="/static/wafumelon/wafu.png" alt="wafu" class="wiggle">
|
|
|
<img src="/static/wafumelon/wafu.png" alt="wafu" class="wiggle">
|
|
|
<img src="/static/wafumelon/wafu.png" alt="wafu" class="wiggle">
|
|
|
<section id="about">
|
|
|
<h2>About</h2>
|
|
|
<p>I like making things sometimes, if you're confused, you can go back to <a href="https://waifuism.life">waifuism.life</a></p>
|
|
|
</section>
|
|
|
<section id="notes">
|
|
|
<h2>Sections</h2>
|
|
|
<p>There's a few sections that you may want to see.</p>
|
|
|
<ul>
|
|
|
<li>🐾 <a href="/shrines/">Shrines</a></li>
|
|
|
</ul>
|
|
|
</section>
|
|
|
<section id="extras">
|
|
|
<h2>Extras</h2>
|
|
|
<p>Be sure to find all the little <a href="./static/eastereggs/easteregg.jpg">eastereggs</a> 🐱✨</p>
|
|
|
<a href="./birb/"><img src="./birb/SPOILER_birb_emotes2.png" title="Birb, if you're seeing this, you found the easter egg."></a>
|
|
|
</section>
|
|
|
</main>
|
|
|
<footer>
|
|
|
<p>Made with ❤️ and lots of care.</p>
|
|
|
</footer>
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|
|
|
|