From 7023e4c7c8f158df78b5e71ddc2640290409eca1 Mon Sep 17 00:00:00 2001 From: chers Date: Fri, 31 Jul 2026 09:18:39 +0000 Subject: Update cl-bbs --- static/errors/400.html | 21 +++++++++++++++++++++ static/errors/403.html | 21 +++++++++++++++++++++ static/errors/404.html | 21 +++++++++++++++++++++ static/errors/405.html | 21 +++++++++++++++++++++ static/errors/429.html | 14 ++++++++++++++ static/errors/500.html | 21 +++++++++++++++++++++ static/errors/502.html | 21 +++++++++++++++++++++ static/errors/503.html | 21 +++++++++++++++++++++ static/errors/504.html | 21 +++++++++++++++++++++ 9 files changed, 182 insertions(+) create mode 100644 static/errors/400.html create mode 100644 static/errors/403.html create mode 100644 static/errors/404.html create mode 100644 static/errors/405.html create mode 100644 static/errors/429.html create mode 100644 static/errors/500.html create mode 100644 static/errors/502.html create mode 100644 static/errors/503.html create mode 100644 static/errors/504.html (limited to 'static/errors') diff --git a/static/errors/400.html b/static/errors/400.html new file mode 100644 index 0000000..e78aa17 --- /dev/null +++ b/static/errors/400.html @@ -0,0 +1,21 @@ + + + + + + +400 bad request + + +
+ _  _    ___   ___  
+| || |  / _ \ / _ \ 
+| || |_| | | | | | |
+|__   _| |_| | |_| |
+   |_|  \___/ \___/ 
+                    
+ error 400
+ bad request
+
+ + diff --git a/static/errors/403.html b/static/errors/403.html new file mode 100644 index 0000000..02b5256 --- /dev/null +++ b/static/errors/403.html @@ -0,0 +1,21 @@ + + + + + + +403 forbidden + + +
+  _  _    ___ _____ 
+ | || |  / _ \___ /
+ | || |_| | | ||_ \
+ |__   _| |_| |__) |
+    |_|  \___/____/
+
+ error 403
+ forbidden
+
+ + diff --git a/static/errors/404.html b/static/errors/404.html new file mode 100644 index 0000000..5ecb584 --- /dev/null +++ b/static/errors/404.html @@ -0,0 +1,21 @@ + + + + + + +404 not found + + +
+  _  _    ___  _  _   
+ | || |  / _ \| || |
+ | || |_| | | | || |_
+ |__   _| |_| |__   _|
+    |_|  \___/   |_|
+
+ error 404
+ page not found
+
+ + diff --git a/static/errors/405.html b/static/errors/405.html new file mode 100644 index 0000000..9f22a74 --- /dev/null +++ b/static/errors/405.html @@ -0,0 +1,21 @@ + + + + + + +405 method not allowed + + +
+  _  _    ___  ____  
+ | || |  / _ \| ___|
+ | || |_| | | |___ \
+ |__   _| |_| |___) |
+    |_|  \___/|____/
+
+ error 405
+ method not allowed
+
+ + diff --git a/static/errors/429.html b/static/errors/429.html new file mode 100644 index 0000000..1a625f6 --- /dev/null +++ b/static/errors/429.html @@ -0,0 +1,14 @@ + + + + + +Too Many Requests + + + +

Cool Down

+

Easy on the post button. Please wait 5 seconds before submitting another POST request

+ + diff --git a/static/errors/500.html b/static/errors/500.html new file mode 100644 index 0000000..fdd75e4 --- /dev/null +++ b/static/errors/500.html @@ -0,0 +1,21 @@ + + + + + + +500 internal server error + + +
+  ____   ___   ___
+ | ___| / _ \ / _ \
+ |___ \| | | | | | |
+  ___) | |_| | |_| |
+ |____/ \___/ \___/
+
+ error 500
+ internal server error
+
+ + diff --git a/static/errors/502.html b/static/errors/502.html new file mode 100644 index 0000000..bfd6a7e --- /dev/null +++ b/static/errors/502.html @@ -0,0 +1,21 @@ + + + + + + +502 bad gateway + + +
+ ____   ___ ____  
+| ___| / _ \___ \ 
+|___ \| | | |__) |
+ ___) | |_| / __/ 
+|____/ \___/_____|
+                  
+ error 502
+ bad gateway
+
+ + diff --git a/static/errors/503.html b/static/errors/503.html new file mode 100644 index 0000000..50abd13 --- /dev/null +++ b/static/errors/503.html @@ -0,0 +1,21 @@ + + + + + + +503 service unavailable + + +
+ ____   ___ _____ 
+| ___| / _ \___ / 
+|___ \| | | ||_ \ 
+ ___) | |_| |__) |
+|____/ \___/____/ 
+                  
+ error 503
+ service unavailable
+
+ + diff --git a/static/errors/504.html b/static/errors/504.html new file mode 100644 index 0000000..9e892a3 --- /dev/null +++ b/static/errors/504.html @@ -0,0 +1,21 @@ + + + + + + +504 gateway timeout + + +
+ ____   ___  _  _   
+| ___| / _ \| || |  
+|___ \| | | | || |_ 
+ ___) | |_| |__   _|
+|____/ \___/   |_|  
+                    
+ error 504
+ gateway timeout
+
+ + -- cgit v1.2.3