From 1decc2f14c71637af65892a06c3870f945c0b139 Mon Sep 17 00:00:00 2001 From: bereketAlemu-git Date: Tue, 14 Jul 2026 22:07:54 -0400 Subject: [PATCH 1/3] created 404.astro --- src/pages/404.astro | 12 ++++++++++++ 1 file changed, 12 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..8b20951 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,12 @@ +--- +import Base from '../layouts/Base.astro'; +--- + + +
+

404

+

Page not found

+

That page doesn't exist (or moved). Try the project gallery.

+ Back to projects +
+ \ No newline at end of file From 34953525a2f9fdd141b02cdb8475e1d15291445e Mon Sep 17 00:00:00 2001 From: bereketAlemu-git Date: Wed, 15 Jul 2026 12:48:46 -0400 Subject: [PATCH 2/3] style done --- src/pages/404.astro | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index 8b20951..afedbac 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -3,8 +3,31 @@ import Base from '../layouts/Base.astro'; --- +
-

404

+

404

Page not found

That page doesn't exist (or moved). Try the project gallery.

Back to projects From db825e6d0b7153cc8d3b4ac7d32b7367780351b4 Mon Sep 17 00:00:00 2001 From: bereketAlemu-git Date: Fri, 17 Jul 2026 21:56:34 -0400 Subject: [PATCH 3/3] updated the style --- src/pages/404.astro | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index afedbac..e9cea4c 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -4,26 +4,31 @@ import Base from '../layouts/Base.astro';
@@ -32,4 +37,4 @@ import Base from '../layouts/Base.astro';

That page doesn't exist (or moved). Try the project gallery.

Back to projects
- \ No newline at end of file +