From 9eb10dbbd9ae828fb679f5f6bbc2fc7000b731b2 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Wed, 10 Jul 2024 22:08:46 -0600 Subject: [PATCH] Home: add 404 page --- src/pages/404.astro | 210 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 src/pages/404.astro diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..fc14910 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,210 @@ +--- +import BaseHead from '../components/BaseHead.astro'; +import Header from '../components/Header.astro'; +import Footer from '../components/Footer.astro'; +import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; +--- + + + + + + + +
+
+
+
+
+
+

+ Fate 404 +

+

+ This timeline's corrupted. Let's rewind + back to our + beginning. +

+ + +
+ + + +