From 9edbd7ca1d0fb6d7f9a812cf51ab03da6cc8a95d Mon Sep 17 00:00:00 2001 From: gomzyakov Date: Sat, 21 Oct 2023 22:46:03 +0500 Subject: [PATCH 1/2] Add 404-pqge --- .htaccess | 1 + 404.html | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .htaccess create mode 100644 404.html diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..d23e092 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +ErrorDocument 404 /404.html \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..07aac6f --- /dev/null +++ b/404.html @@ -0,0 +1,2 @@ +TODO Add HTML +TODO Add link to `/` From 4a0350c456e7450188d57c73e006de8298fe0a58 Mon Sep 17 00:00:00 2001 From: ductrl Date: Wed, 1 Nov 2023 15:06:21 +0700 Subject: [PATCH 2/2] Add 404.html --- 404.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index 07aac6f..c33d720 100644 --- a/404.html +++ b/404.html @@ -1,2 +1,64 @@ -TODO Add HTML -TODO Add link to `/` + + + + + + + + 404 + + + +
+
+

404

+

Oops! Page not found

+

Sorry, the page you're looking for doesn't exist.

+
+
+ +