From 2dbf5ec9cc2030630a514bf984af7a94cddb855f Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 1 Nov 2017 01:53:18 +0000 Subject: [PATCH] www/static --- www/static/errors/401.html | 11 +++++++++++ www/static/errors/403.html | 8 ++++++++ www/static/errors/404.html | 7 +++++++ www/static/errors/500.html | 11 +++++++++++ 4 files changed, 37 insertions(+) create mode 100644 www/static/errors/401.html create mode 100644 www/static/errors/403.html create mode 100644 www/static/errors/404.html create mode 100644 www/static/errors/500.html diff --git a/www/static/errors/401.html b/www/static/errors/401.html new file mode 100644 index 00000000..bddc3daf --- /dev/null +++ b/www/static/errors/401.html @@ -0,0 +1,11 @@ + + Authentication required + +

Authentication required

+ + This server could not verify that you are authorized to access the URL. You + either supplied the wrong credentials (e.g., bad password), or your browser + doesn't understand how to supply the credentials required. + + + diff --git a/www/static/errors/403.html b/www/static/errors/403.html new file mode 100644 index 00000000..76673243 --- /dev/null +++ b/www/static/errors/403.html @@ -0,0 +1,8 @@ + + Forbidden + +

Forbidden

+ + You don't have permission to access this URL. + + diff --git a/www/static/errors/404.html b/www/static/errors/404.html new file mode 100644 index 00000000..85ddac7f --- /dev/null +++ b/www/static/errors/404.html @@ -0,0 +1,7 @@ + + Not found + +

Not found

+ The requested URL was not found on this server. + + diff --git a/www/static/errors/500.html b/www/static/errors/500.html new file mode 100644 index 00000000..6ae9b04b --- /dev/null +++ b/www/static/errors/500.html @@ -0,0 +1,11 @@ + + Server error + +

Server error

+ + The server encountered an internal error and was + unable to complete your request. + + + + -- 2.47.3