]> git.nbdom.net Git - nb.git/commitdiff
www/static/error/500.html
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 1 Nov 2017 02:53:17 +0000 (02:53 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 1 Nov 2017 02:53:17 +0000 (02:53 +0000)
www/static/error/401.html [new file with mode: 0644]
www/static/error/403.html [new file with mode: 0644]
www/static/error/404.html [new file with mode: 0644]
www/static/error/500.html [new file with mode: 0644]
www/static/error/503.html [new file with mode: 0644]
www/static/errors/401.html [deleted file]
www/static/errors/403.html [deleted file]
www/static/errors/404.html [deleted file]
www/static/errors/500.html [deleted file]

diff --git a/www/static/error/401.html b/www/static/error/401.html
new file mode 100644 (file)
index 0000000..bddc3da
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+  <head><title>Authentication required</title></head>
+  <body>
+    <h1>Authentication required</h2>
+    
+    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.
+
+  </body>
+</html>
diff --git a/www/static/error/403.html b/www/static/error/403.html
new file mode 100644 (file)
index 0000000..7667324
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+  <head><title>Forbidden</title></head>
+  <body>
+    <h1>Forbidden</h2>
+
+    You don't have permission to access this URL.
+  </body>
+</html>
diff --git a/www/static/error/404.html b/www/static/error/404.html
new file mode 100644 (file)
index 0000000..85ddac7
--- /dev/null
@@ -0,0 +1,7 @@
+<html>
+  <head><title>Not found</title></head>
+  <body>
+    <h1>Not found</h2>
+    The requested URL was not found on this server.
+  </body>
+</html>
diff --git a/www/static/error/500.html b/www/static/error/500.html
new file mode 100644 (file)
index 0000000..6ae9b04
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+  <head><title>Server error</title></head>
+  <body>
+    <h1>Server error</h2>
+    
+    The server encountered an internal error and was 
+    unable to complete your request.
+
+  </body>
+</html>
+
diff --git a/www/static/error/503.html b/www/static/error/503.html
new file mode 100644 (file)
index 0000000..aaee8c3
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+  <head>
+    <title>Error 503 Service Unavailable</title>
+  </head>
+  <body>
+    <h1>503 Service Unavailable</h1>
+    Our apologies for the temporary inconvenience. The requested URL generated 503 "Service Unavailable" error due to overloading or maintenance of the server. 
+  </body>
+</html>
diff --git a/www/static/errors/401.html b/www/static/errors/401.html
deleted file mode 100644 (file)
index bddc3da..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head><title>Authentication required</title></head>
-  <body>
-    <h1>Authentication required</h2>
-    
-    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.
-
-  </body>
-</html>
diff --git a/www/static/errors/403.html b/www/static/errors/403.html
deleted file mode 100644 (file)
index 7667324..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head><title>Forbidden</title></head>
-  <body>
-    <h1>Forbidden</h2>
-
-    You don't have permission to access this URL.
-  </body>
-</html>
diff --git a/www/static/errors/404.html b/www/static/errors/404.html
deleted file mode 100644 (file)
index 85ddac7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head><title>Not found</title></head>
-  <body>
-    <h1>Not found</h2>
-    The requested URL was not found on this server.
-  </body>
-</html>
diff --git a/www/static/errors/500.html b/www/static/errors/500.html
deleted file mode 100644 (file)
index 6ae9b04..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head><title>Server error</title></head>
-  <body>
-    <h1>Server error</h2>
-    
-    The server encountered an internal error and was 
-    unable to complete your request.
-
-  </body>
-</html>
-