From aa9374bef4c498ef15a58b8f6e4a8732ebb401a0 Mon Sep 17 00:00:00 2001 From: Henrique Ramos Date: Sat, 14 Dec 2024 21:03:27 -0300 Subject: [PATCH] feat: create 404 page --- src/pages/404.astro | 148 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 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..1290eb3 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,148 @@ +--- +import Button from "@components/Button.astro"; +import BaseLayout from "@layouts/BaseLayout.astro"; +--- + + + + +
+ +
+

+ Error 404. Simulation disengaged. Critical cube disruption. Course + correcting... +

+ +
+
+
+ +