From 4d1b9dc468d1d09dc50a6cb50503b235742a9baa Mon Sep 17 00:00:00 2001 From: planetabhi Date: Mon, 9 Dec 2024 13:13:37 +0530 Subject: [PATCH] polishing --- src/layouts/Layout.astro | 4 ---- src/pages/404.astro | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 src/pages/404.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 820ebbf..3a3e527 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -102,10 +102,6 @@ const { site, title, tagline } = Astro.props; href="https://planetabhi.com/" class="nu-u-link--subtle" target="_blank">@planetabhi.
Get this template

diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..4b7cc99 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,25 @@ +--- +import Layout from "../layouts/Layout.astro"; + +import "@new-ui/reset"; +import "@new-ui/colors"; +import "@new-ui/typography"; +import "@new-ui/effects"; +import "@new-ui/spacings"; +--- + + +
+ +
+