From 9edbd7ca1d0fb6d7f9a812cf51ab03da6cc8a95d Mon Sep 17 00:00:00 2001 From: gomzyakov Date: Sat, 21 Oct 2023 22:46:03 +0500 Subject: [PATCH] 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 `/`