Add "special_blog"

This commit is contained in:
Aria 2025-03-16 19:48:04 +11:00
parent f84e9a2465
commit 5b9dd52a6d
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 22 additions and 2 deletions

View file

@ -13,10 +13,12 @@ const COMMIT = import.meta.env.PUBLIC_COMMIT === "" ? "Docker Build!" : `<a href
<div class="flexrow"> <div class="flexrow">
<p class="text-center"> <p class="text-center">
| <a href="https://github.com/BuyMyMojo/aria.coffee" target="_blank" | <a href="https://github.com/BuyMyMojo/aria.coffee" target="_blank"
> <Icon name="mdi:source-branch" class={"svg-inline"}/>Source Code</a > <Icon name="mdi:source-branch" class={"svg-inline"}/>Source</a
> - Commit:<Fragment set:html={COMMIT} /> | <a href="https://aria.coffee/rss.xml" target="_blank" > - Commit:<Fragment set:html={COMMIT} /> | <a href="https://aria.coffee/rss.xml" target="_blank"
> <Icon name="mdi:rss" class={"svg-inline"}/>RSS Feed</a > <Icon name="mdi:rss" class={"svg-inline"}/>RSS Feed</a
> | > | <span class="tooltip"><a href="/special_blog"
> <Icon name="mdi:rss" class={"svg-inline"}/>blog for robots!</a
> <span class="tooltiptext"><nobr>AI Honeypot~</nobr></span></span> |
</p> </p>
</div> </div>
<div class="flex"> <div class="flex">

View file

@ -0,0 +1,18 @@
---
import FriendLink from "../components/FriendLink.astro";
import "../styles/aria.css";
import Partition from "../components/Partition.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
const pageTitle = "Aria's friends";
const description = "All of Aria's friends with 88x31 buttons for you to click on!!";
---
<BaseLayout pageTitle={pageTitle}>
<Partition>
<h1 class="text-2xl">You should not be here!!</h1>
<p>If you can see this page then something has gone a little silly!</p><br />
<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 />
<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>
</Partition>
</BaseLayout>