Add "special_blog"
This commit is contained in:
parent
f84e9a2465
commit
5b9dd52a6d
2 changed files with 22 additions and 2 deletions
|
@ -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">
|
||||||
|
|
18
src/pages/special_blog.astro
Normal file
18
src/pages/special_blog.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue