diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-01-26 14:58:09 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-01-26 14:58:09 +0200 |
commit | 5e1ae8b33873661b669eda509fcd000f8a964126 (patch) | |
tree | 6099bee318d9f0033949d23a3eeded6974d34b35 /files/404.html |
very simple work withs html based on file path
Diffstat (limited to 'files/404.html')
-rw-r--r-- | files/404.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/404.html b/files/404.html new file mode 100644 index 0000000..89c534e --- /dev/null +++ b/files/404.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>404</title> + </head> + <body> + <h1>404</h1> + <p>The content you are searching for could not be found</p> + </body> +</html> |