From 5b9dd52a6dafb67b94b4ffaf0e02f20b476f8e51 Mon Sep 17 00:00:00 2001 From: Aria Date: Sun, 16 Mar 2025 19:48:04 +1100 Subject: [PATCH] Add "special_blog" --- src/components/Footer.astro | 6 ++++-- src/pages/special_blog.astro | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 src/pages/special_blog.astro diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 95e401b..641cda3 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -13,10 +13,12 @@ const COMMIT = import.meta.env.PUBLIC_COMMIT === "" ? "Docker Build!" : `

| Source Code Source - Commit: | RSS Feed | + > | blog for robots! AI Honeypot~ |

diff --git a/src/pages/special_blog.astro b/src/pages/special_blog.astro new file mode 100644 index 0000000..b00f0db --- /dev/null +++ b/src/pages/special_blog.astro @@ -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!!"; +--- + + + +

You should not be here!!

+

If you can see this page then something has gone a little silly!


+

There should be an AI honey pot on this page instead of this text!


+

AI honey pot archive link just to be safe

+
+