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.
 
 
the_waifuism_life/index.html

42 lines
1.7 KiB

<!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>
</section>
</main>
<footer>
<p>Made with ❤ and lots of care.</p>
</footer>
</div>
</body>
</html>