agnes.love/_includes/agneslove.njk

47 lines
2.5 KiB
Text
Raw Normal View History

2026-06-21 06:59:48 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Agnes the Alien</title>
<script src="{{ nesting }}main.js"></script>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="{{ nesting }}favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/bundle.css">
<script src="/theme.js"></script>
</head>
<body>
{% include "partials/header.njk" %}
<script>function myFunction() {
let element = document.body;
element.classList.toggle("theme");
}</script>
<nav><a href="/">Home</a> .. <a href="/about">About</a> .. <a href="/blog">Blog</a> .. <a href="/sitemap">Sitemap & Other Pages</a>
<button onclick="myFunction()">increase font size</button> </nav> <main> {{ content | safe }}
</main>
<footer>built with eleventy. || <a href="https://treasurechest.alien.town/agnes/agnes.love">source</a>
<br><br><div class="footyr"><div class="ughh">
Updates...<br>
June 20, '26: Site established.</div><hr><i>webrings, cliques & more...</i><br><a href="https://lockheart.love/collections/cliques">Language Learning</a> 💚 Japanese, Python & Welsh<br>
<span class="problematic"><strike>un</strike>problematic blorbo <a href="https://reef.kingdra.net">❥</a> <span class="blorbo">teleya</span><br></span>
<a href="https://alien.holiday/femslashring"> | <img src="https://file.garden/Zw17vw8ctXTQw7PV/femslashfansonline.png" alt="A Windows 95 text box screen with a linked double venus s>
in the middle that reads FEMSLASH FANS ONLINE." ></a> | <br>
<b>MY</b> femslash OTP is...<br><b><i>
💞 NAHLA X ANISHA ! 💞 </b></i><br>
<a href="https://alien.holiday/femslashring?action=previous">previous</a>
<a href="https://alien.holiday/femslashring?action=random">random</a>
<a href="https://alien.holiday/femslashring?action=next">next</a>
<div id="queersoffaith">
<img src="https://file.garden/Zw17vw8ctXTQw7PV/queerfaith.png" alt="A rainbow blinkie. It says queers of faith." title="A rainbow blinkie. It says queers of faith."><br>
<a href="https://alien.holiday/queerreligious"><b>QUEERS OF FAITH💞</b></a><br />
<a href="https://alien.holiday/queerreligious?action=previous">previous</a> |
<a href="https://alien.holiday/queerreligious?action=random">random</a> |
<a href="https://alien.holiday/queerreligious?action=next">next</a>
</section></section>
</footer>
</body>
</html>