From e23620d10a5fb27f613e5b71cb0627fb1c4076b3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 06:17:46 -0400 Subject: add 404/sitemap/robots.txt + improve random stuff --- src/pages/404.astro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/pages/404.astro (limited to 'src/pages/404.astro') diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..a34ff13 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,20 @@ +--- +import Page from "@layouts/Page.astro"; +import { Image } from "@astrojs/image/components"; +const title = "404!"; +const description = title; +--- + + +

404! :(

+ can i get you some tapwater? +
-- cgit v1.2.3