From 2f68e2b2f6381054dd3457c595ee8339f7ec4dac Mon Sep 17 00:00:00 2001 From: Alliana <56180684+Allianaab2m@users.noreply.github.com> Date: Sat, 10 Aug 2024 03:21:05 +0900 Subject: [PATCH] feat: add 404 page (#141) --- src/pages/404.astro | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 00000000..9bcffc24 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,24 @@ +--- +import MainGridLayout from '@layouts/MainGridLayout.astro' +import { url } from '@utils/url-utils' +import { Icon } from 'astro-icon/components' +--- + + +
+
+
+

404

+

Not found

+
+ +
+
+ Return to top page +
+ +
+
+
+
+