From 490724f8926852dc60cb3d6e00ce2b9e573c78a4 Mon Sep 17 00:00:00 2001 From: Sonia Bajpai Date: Thu, 7 Mar 2024 09:31:33 +0530 Subject: [PATCH 1/5] Created a 404 error page Adding 404 page --- purr/templates/404-error.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 purr/templates/404-error.html diff --git a/purr/templates/404-error.html b/purr/templates/404-error.html new file mode 100644 index 00000000..3c6fdeb0 --- /dev/null +++ b/purr/templates/404-error.html @@ -0,0 +1,27 @@ + +
+
+
+ +
+ + + +
+

404 Error

+ + + +

Go to Homepage

+
+ + + +
+
+
+
+ + +
+ From b4ccff67fe7cded8a06ca2d9710af46b8db68a33 Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Tue, 18 Jun 2024 20:45:49 +0200 Subject: [PATCH 2/5] rename template file --- purr/templates/{404-error.html => 404.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename purr/templates/{404-error.html => 404.html} (100%) diff --git a/purr/templates/404-error.html b/purr/templates/404.html similarity index 100% rename from purr/templates/404-error.html rename to purr/templates/404.html From 6cbc2caa39381ff34b7c7ced7972e56546f72967 Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Tue, 18 Jun 2024 20:47:53 +0200 Subject: [PATCH 3/5] changed wording --- purr/templates/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/purr/templates/404.html b/purr/templates/404.html index 3c6fdeb0..e512525f 100644 --- a/purr/templates/404.html +++ b/purr/templates/404.html @@ -8,11 +8,11 @@
-

404 Error

+

Page not found

-

Go to Homepage

+

The page you were looking for could not be found. It might have been removed, renamed, or did not exist in the first place.

From adaf9c9f61d3d4e6ddba13fb50ffaafc9871cb7d Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Tue, 18 Jun 2024 20:48:29 +0200 Subject: [PATCH 4/5] fix template parts --- purr/templates/404.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/purr/templates/404.html b/purr/templates/404.html index e512525f..6c42802e 100644 --- a/purr/templates/404.html +++ b/purr/templates/404.html @@ -2,7 +2,7 @@
- +
@@ -18,10 +18,10 @@

-
+

-
+ From b00459b2f4782e75b2cc929423df0a6b437e744d Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Tue, 18 Jun 2024 20:49:28 +0200 Subject: [PATCH 5/5] added header --- purr/templates/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purr/templates/404.html b/purr/templates/404.html index 6c42802e..cbb64f69 100644 --- a/purr/templates/404.html +++ b/purr/templates/404.html @@ -7,7 +7,7 @@ -
+

Page not found