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/500.html |
very simple work withs html based on file path
Diffstat (limited to 'files/500.html')
-rw-r--r-- | files/500.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/500.html b/files/500.html new file mode 100644 index 0000000..33b174c --- /dev/null +++ b/files/500.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <title>500</title> + </head> + <body> + <h1>500</h1> + <p>There has been a server error</p> + </body> +</html> |