···11+---
22+import FriendLink from "../components/FriendLink.astro";
33+import "../styles/aria.css";
44+import Partition from "../components/Partition.astro";
55+import BaseLayout from "../layouts/BaseLayout.astro";
66+77+const pageTitle = "Aria's friends";
88+const description = "All of Aria's friends with 88x31 buttons for you to click on!!";
99+---
1010+1111+<BaseLayout pageTitle={pageTitle}>
1212+ <Partition>
1313+ <h1 class="text-2xl">You should not be here!!</h1>
1414+ <p>If you can see this page then something has gone a little silly!</p><br />
1515+ <p>There should be an <a href="https://zadzmo.org/code/nepenthes/" target="_blank">AI honey pot</a> on this page instead of this text!</p><br />
1616+ <p><a href="https://web.archive.org/web/2/https://zadzmo.org/code/nepenthes/" target="_blank">AI honey pot archive link just to be safe</a></p>
1717+ </Partition>
1818+</BaseLayout>