From 2b73da55de80dbd5af1346a431bc5a4229c410a4 Mon Sep 17 00:00:00 2001 From: Thanaphom Hirunyathon Date: Sat, 20 Jan 2024 15:40:31 +0700 Subject: [PATCH] feat: 404 page (#12) * feat: 404 page * refactor: add layout * fix: leftover white space * chore: format --- src/pages/404.astro | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 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..4b3da0d --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,43 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + +
+
+
+
4
+
0
+
4
+
+ +
+ Page that you are looking not found +
+ + +
+ Homepage +
+
+
+
+
+ +