From: Nicolas Boisselier Date: Wed, 1 Nov 2017 02:53:17 +0000 (+0000) Subject: www/static/error/500.html X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=298708812f24b712c1c65701c4d01ab3886dfcbe;p=nb.git www/static/error/500.html --- diff --git a/www/static/error/401.html b/www/static/error/401.html new file mode 100644 index 00000000..bddc3daf --- /dev/null +++ b/www/static/error/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/error/403.html b/www/static/error/403.html new file mode 100644 index 00000000..76673243 --- /dev/null +++ b/www/static/error/403.html @@ -0,0 +1,8 @@ + + Forbidden + +

Forbidden

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

Not found

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

Server error

+ + The server encountered an internal error and was + unable to complete your request. + + + + diff --git a/www/static/error/503.html b/www/static/error/503.html new file mode 100644 index 00000000..aaee8c3f --- /dev/null +++ b/www/static/error/503.html @@ -0,0 +1,9 @@ + + + Error 503 Service Unavailable + + +

503 Service Unavailable

+ Our apologies for the temporary inconvenience. The requested URL generated 503 "Service Unavailable" error due to overloading or maintenance of the server. + + diff --git a/www/static/errors/401.html b/www/static/errors/401.html deleted file mode 100644 index bddc3daf..00000000 --- a/www/static/errors/401.html +++ /dev/null @@ -1,11 +0,0 @@ - - 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 deleted file mode 100644 index 76673243..00000000 --- a/www/static/errors/403.html +++ /dev/null @@ -1,8 +0,0 @@ - - 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 deleted file mode 100644 index 85ddac7f..00000000 --- a/www/static/errors/404.html +++ /dev/null @@ -1,7 +0,0 @@ - - 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 deleted file mode 100644 index 6ae9b04b..00000000 --- a/www/static/errors/500.html +++ /dev/null @@ -1,11 +0,0 @@ - - Server error - -

Server error

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