From 54200bb049ef218610d1ffdc3cfb9c1f4db020a9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 28 Feb 2023 16:36:22 +0100 Subject: [PATCH] custom 404 --- src/layouts/Post.astro | 0 src/pages/404.astro | 161 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 161 insertions(+) delete mode 100644 src/layouts/Post.astro create mode 100644 src/pages/404.astro diff --git a/src/layouts/Post.astro b/src/layouts/Post.astro deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..182e5a6 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,161 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Footer from "../components/Footer.astro"; + +const description = "Have you tried turning it off and on again?"; +--- + + +
+
+

+ NotFound +

+

{description}

+
+
+
+
+

+ Well there's always a chance that you mistyped the URL, or maybe the + person who shared it made a mistake. +

+

For your convenience, here are some possibly interesting links:

+
    +
  1. + Home +
  2. +
  3. + Social +
  4. +
  5. + Fun Side Projects +
  6. +
  7. + Now: What I'm currently up to +
  8. +
+
+
+
+
+ +