Website/moe.html

43 lines
1.3 KiB
HTML
Raw Normal View History

2024-10-14 23:45:02 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="global/theme.css">
<script rel="text/javascript" src="global/global.js"></script>
<link rel="stylesheet" href="global/style.css">
<title>Moe about me?</title>
</head>
<body>
<main>
<h1 class="text-center">My real-estate corner</h1>
<p>Go <a href="./">back</a></p>
<div class="content fit">
<h2 class="titlebar">Moe about me?</h2>
Well...
</div>
<div class="content fit">
<h2 class="titlebar">$SKILLSET</h2>
Well...
</div>
<div class="content fit">
<h2 class="titlebar">What I do at $Daytime</h2>
Well...
</div>
<p>Go <a href="./">back</a></p>
<div id="footnote"><var id="toplevel" data-="./">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
</main>
<footer id="footer"></footer>
<!-- Some variables and script-call for global site elements -->
<var id="selected-nav" data-="Home"></var>
<var id="please-no-buttons"></var>
<var id="static-theme" data-="Indepth"></var>
</body>
</html>