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

diff --git a/www/static/errors/401.html b/www/static/errors/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/errors/403.html b/www/static/errors/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/errors/404.html b/www/static/errors/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/errors/500.html b/www/static/errors/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>
+