site/fish/index.html

64 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Fish Abuse is Bad</title>
<link rel="stylesheet" href="../assets/fish.css">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<meta charset="UTF-8">
<meta content="Emma Tebibyte" name="author" />
<meta content="Emma Tebibyte's personal web page." name="description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="interest-cohort=()" http-equiv="Permissions-Policy" /> <!-- FUCK GOOGLE -->
</head>
<body>
<div class="bar">
<div class="menu">
<form action="../" method="post">
<button>Back to my page</button>
</form>
<form action="gallery" method="post">
<button>Gallery</button>
</form>
</div>
</div>
<main>
<section>
<h1>Fish Care</h1>
<p>
This page exists because the world is depressing. Goldfish are
given away to random people at county fairs because they're
"easy" to take care of. The same reasoning is what parents who
buy their children aquariums without researching at all use to
justify their decisions.
</p>
<p>
There's just one small problem.
</p>
</section>
<section>
<h2>
Section 1:
</h2>
<h3>
They're All Fucking Wrong
</h3>
<p>
When I was a kid, my parents bought me a betta. I named him Bob.
Bob lived in a bowl that probably contained about a tenth of a
gallon of water. He was being abused. I can say that because
admitting that you've done something wrong (especially to that
degree) is the important first step to understanding how to
properly care for your fish.
</p>
<p>
</section>
<footer>
<small>This site is licensed under the <a href="agpl-3.0.txt">
AGPLv3</a> or later. Its content is covered under the
<a href="legalcode.txt">CC BY-NC-SA</a> license.</small>
</footer>
</main>
</body>
</html>