From 53e7daffac70865dbd9d619ad578230ebf7eb44a Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 1 Jul 2023 22:22:05 -0600 Subject: Replace posts with webring (will be restored to ashen.earth) --- app/webring/page.tsx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 app/webring/page.tsx (limited to 'app/webring') diff --git a/app/webring/page.tsx b/app/webring/page.tsx new file mode 100644 index 0000000..900d7ce --- /dev/null +++ b/app/webring/page.tsx @@ -0,0 +1,29 @@ +import InfoBar from "~/components/InfoBar/" + +export default function Webring() { + return ( + + <> +

+ Webring +

+
+ + Because we have many good friends + +

+ This site is part of the umbreon.online webring, which is run by one of our partners. +

+

+ You can find more information about this at the website{' '} + webring.umbreon.online, + or you can visit our immediate neighbor sites here: +

+
+ <- Previous + Next -> +
+
+ + ) +} -- cgit 1.4.1