From 82db701ee1ae5502c17ba8a1ae98ac35f8421d3d Mon Sep 17 00:00:00 2001 From: "Chiayi (Aiden) Wu" Date: Mon, 6 Jan 2025 14:05:37 -0800 Subject: [PATCH] add 404 --- src/pages/404.astro | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index 58de44d..7145242 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,7 +1,22 @@ --- import Layout from "../layouts/Layout.astro"; +import Link from "next/link"; --- -
404 ERROR
+ +
+ + 404 shing +
+

+ Oops! You're Lost in the Circuit! 🔌⚡ +

+ + Go Back Home + +
+ +
+