From 0c43f870f5af80e9cc281c3e6956aefe42742c2a Mon Sep 17 00:00:00 2001 From: Jagpreet Singh Khurana <119691733+Jagpreet153@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:36:19 +0530 Subject: [PATCH 1/2] added error 404 page --- 404.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 00000000..9ef4b466 --- /dev/null +++ b/404.html @@ -0,0 +1,38 @@ + + + + + + Error Page not found + + + +
+
+ +
+ +
+ + + + \ No newline at end of file From e367e378a2e5301b6cdee3213f470401c5ca3604 Mon Sep 17 00:00:00 2001 From: Jagpreet Singh Khurana <119691733+Jagpreet153@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:49:48 +0530 Subject: [PATCH 2/2] feat: added error 404 page --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 9ef4b466..c58eaeb4 100644 --- a/404.html +++ b/404.html @@ -16,7 +16,7 @@ } a:link, a:visited{ - text-decoration: none; + text-decoration:none; color: #fff; } .box{