diff options
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> |