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. +
+
+
+
+ +