From: Nicolas Boisselier Date: Wed, 1 Nov 2017 01:53:18 +0000 (+0000) Subject: www/static X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2dbf5ec9cc2030630a514bf984af7a94cddb855f;p=nb.git www/static --- 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. + + + +