From e6468b012d5b33dd16992652da57f11dd5a6e82f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sun, 21 Jun 2020 06:37:46 +0200 Subject: Initial commit --- static/errors/400.htm | 21 +++++++++++++++++++++ static/errors/404.htm | 21 +++++++++++++++++++++ static/errors/500.htm | 22 ++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 static/errors/400.htm create mode 100644 static/errors/404.htm create mode 100644 static/errors/500.htm (limited to 'static/errors') diff --git a/static/errors/400.htm b/static/errors/400.htm new file mode 100644 index 0000000..c4a0346 --- /dev/null +++ b/static/errors/400.htm @@ -0,0 +1,21 @@ + + + + + + + 400: Bad Request + + + + +
+

400 Bad Request

+

The Server could not understand the request.

+ +
+ + + + diff --git a/static/errors/404.htm b/static/errors/404.htm new file mode 100644 index 0000000..2825b24 --- /dev/null +++ b/static/errors/404.htm @@ -0,0 +1,21 @@ + + + + + + + 404: Not Found + + + + +
+

404 Not Found

+

The page you are looking for is either gone or never existed in the first place.

+ +
+ + + + diff --git a/static/errors/500.htm b/static/errors/500.htm new file mode 100644 index 0000000..db008ff --- /dev/null +++ b/static/errors/500.htm @@ -0,0 +1,22 @@ + + + + + + + 500: Internal Server Error + + + + +
+
+

500 Internal Server Error

+ +
+
+ + + + -- cgit v1.2.3-70-g09d2