diff options
Diffstat (limited to 'static/errors/500.html')
| -rw-r--r-- | static/errors/500.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/errors/500.html b/static/errors/500.html new file mode 100644 index 0000000..fdd75e4 --- /dev/null +++ b/static/errors/500.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "ISO/IEC 15445:2000//DTD HTML//EN"> +<HTML lang="EN"> +<HEAD> +<META content="text/html; charset=UTF-8" http-equiv="content-type"> +<META name="viewport" content="width=device-width, initial-scale=1.0"> +<LINK rel="icon" href="/static/favicon.ico" type="image/png"> +<TITLE>500 internal server error</TITLE> +</HEAD> +<BODY> +<PRE> + ____ ___ ___ + | ___| / _ \ / _ \ + |___ \| | | | | | | + ___) | |_| | |_| | + |____/ \___/ \___/ + + error 500 + internal server error +</PRE> +</BODY> +</HTML> |
