site/fish/index.html

30 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Emma Tebibyte @ Tebibyte Media</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">
<button>Back to my page</button><button>Gallery</button>
</div>
</div>
<main>
<section>
<p>Hello world</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>