diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-07-19 16:04:21 -0600 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-07-19 16:04:21 -0600 |
commit | 8730783c1cc16d26b952c254b6a90769b8bcc158 (patch) | |
tree | 0fd0dada145f2922a4f35f187d791c6b6e820091 /app/webring | |
parent | 53e7daffac70865dbd9d619ad578230ebf7eb44a (diff) |
put webring in footer
Diffstat (limited to 'app/webring')
-rw-r--r-- | app/webring/page.tsx | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app/webring/page.tsx b/app/webring/page.tsx deleted file mode 100644 index 900d7ce..0000000 --- a/app/webring/page.tsx +++ /dev/null @@ -1,29 +0,0 @@ -import InfoBar from "~/components/InfoBar/" - -export default function Webring() { - return ( - - <> - <h1 className="pageTitle"> - Webring - </h1> - <main className="mainColumn"> - <InfoBar> - Because we have many good friends - </InfoBar> - <p> - This site is part of the umbreon.online webring, which is run by one of our partners. - </p> - <p> - You can find more information about this at the website{' '} - <a target="_blank" href="https://webring.umbreon.online">webring.umbreon.online</a>, - or you can visit our immediate neighbor sites here: - </p> - <div style={{ display: 'flex', justifyContent: 'space-around' }}> - <a style={{ textDecoration: 'none' }} target="_blank" href="https://webring.umbreon.online/prev?from=https://tempest.dev"><- Previous</a> - <a style={{ textDecoration: 'none' }} target="_blank" href="https://webring.umbreon.online/next?from=https://tempest.dev">Next -></a> - </div> - </main> - </> - ) -} |