diff options
Diffstat (limited to 'static/errors')
| -rw-r--r-- | static/errors/400.html | 21 | ||||
| -rw-r--r-- | static/errors/403.html | 21 | ||||
| -rw-r--r-- | static/errors/404.html | 21 | ||||
| -rw-r--r-- | static/errors/405.html | 21 | ||||
| -rw-r--r-- | static/errors/429.html | 14 | ||||
| -rw-r--r-- | static/errors/500.html | 21 | ||||
| -rw-r--r-- | static/errors/502.html | 21 | ||||
| -rw-r--r-- | static/errors/503.html | 21 | ||||
| -rw-r--r-- | static/errors/504.html | 21 |
9 files changed, 182 insertions, 0 deletions
diff --git a/static/errors/400.html b/static/errors/400.html new file mode 100644 index 0000000..e78aa17 --- /dev/null +++ b/static/errors/400.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>400 bad request</TITLE> +</HEAD> +<BODY> +<PRE> + _ _ ___ ___ +| || | / _ \ / _ \ +| || |_| | | | | | | +|__ _| |_| | |_| | + |_| \___/ \___/ + + error 400 + bad request +</PRE> +</BODY> +</HTML> diff --git a/static/errors/403.html b/static/errors/403.html new file mode 100644 index 0000000..02b5256 --- /dev/null +++ b/static/errors/403.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>403 forbidden</TITLE> +</HEAD> +<BODY> +<PRE> + _ _ ___ _____ + | || | / _ \___ / + | || |_| | | ||_ \ + |__ _| |_| |__) | + |_| \___/____/ + + error 403 + forbidden +</PRE> +</BODY> +</HTML> diff --git a/static/errors/404.html b/static/errors/404.html new file mode 100644 index 0000000..5ecb584 --- /dev/null +++ b/static/errors/404.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>404 not found</TITLE> +</HEAD> +<BODY> +<PRE> + _ _ ___ _ _ + | || | / _ \| || | + | || |_| | | | || |_ + |__ _| |_| |__ _| + |_| \___/ |_| + + error 404 + page not found +</PRE> +</BODY> +</HTML> diff --git a/static/errors/405.html b/static/errors/405.html new file mode 100644 index 0000000..9f22a74 --- /dev/null +++ b/static/errors/405.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>405 method not allowed</TITLE> +</HEAD> +<BODY> +<PRE> + _ _ ___ ____ + | || | / _ \| ___| + | || |_| | | |___ \ + |__ _| |_| |___) | + |_| \___/|____/ + + error 405 + method not allowed +</PRE> +</BODY> +</HTML> diff --git a/static/errors/429.html b/static/errors/429.html new file mode 100644 index 0000000..1a625f6 --- /dev/null +++ b/static/errors/429.html @@ -0,0 +1,14 @@ +<!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"> +<LINK rel="icon" href="/static/favicon.ico" type="image/png"> +<TITLE>Too Many Requests</TITLE> +<STYLE type="text/css"> +</STYLE> +</HEAD> +<BODY> +<H1>Cool Down</H1> +<P>Easy on the post button. Please wait 5 seconds before submitting another POST request</P> +</BODY> +</HTML> 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> diff --git a/static/errors/502.html b/static/errors/502.html new file mode 100644 index 0000000..bfd6a7e --- /dev/null +++ b/static/errors/502.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>502 bad gateway</TITLE> +</HEAD> +<BODY> +<PRE> + ____ ___ ____ +| ___| / _ \___ \ +|___ \| | | |__) | + ___) | |_| / __/ +|____/ \___/_____| + + error 502 + bad gateway +</PRE> +</BODY> +</HTML> diff --git a/static/errors/503.html b/static/errors/503.html new file mode 100644 index 0000000..50abd13 --- /dev/null +++ b/static/errors/503.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>503 service unavailable</TITLE> +</HEAD> +<BODY> +<PRE> + ____ ___ _____ +| ___| / _ \___ / +|___ \| | | ||_ \ + ___) | |_| |__) | +|____/ \___/____/ + + error 503 + service unavailable +</PRE> +</BODY> +</HTML> diff --git a/static/errors/504.html b/static/errors/504.html new file mode 100644 index 0000000..9e892a3 --- /dev/null +++ b/static/errors/504.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>504 gateway timeout</TITLE> +</HEAD> +<BODY> +<PRE> + ____ ___ _ _ +| ___| / _ \| || | +|___ \| | | | || |_ + ___) | |_| |__ _| +|____/ \___/ |_| + + error 504 + gateway timeout +</PRE> +</BODY> +</HTML> |
