commit e85f7dcf7755657af9c84d0623411952fd9ab0d3 Author: Arthur Lu Date: Mon May 1 20:32:50 2023 -0700 add pages for common errors diff --git a/HTTP400.html b/HTTP400.html new file mode 100644 index 0000000..e76805e --- /dev/null +++ b/HTTP400.html @@ -0,0 +1,67 @@ + + + + + + + + 400 - Bad Request + + + +
+

Bad Request 400

+

The server cannot process the request due to something that is perceived to be a client error.

+ +
+ + \ No newline at end of file diff --git a/HTTP401.html b/HTTP401.html new file mode 100644 index 0000000..ab30d12 --- /dev/null +++ b/HTTP401.html @@ -0,0 +1,67 @@ + + + + + + + + 401 - Unauthorized + + + +
+

Unauthorized 401

+

The requested resource requires authentication.

+ +
+ + \ No newline at end of file diff --git a/HTTP403.html b/HTTP403.html new file mode 100644 index 0000000..fd0444c --- /dev/null +++ b/HTTP403.html @@ -0,0 +1,67 @@ + + + + + + + + 403 - Forbidden + + + +
+

Forbidden 403

+

The requested resource requires higher permissions.

+ +
+ + \ No newline at end of file diff --git a/HTTP404.html b/HTTP404.html new file mode 100644 index 0000000..0d8eb61 --- /dev/null +++ b/HTTP404.html @@ -0,0 +1,67 @@ + + + + + + + + 404 - Not Found + + + +
+

Not Found 404

+

The requested resource could not be found.

+ +
+ + \ No newline at end of file diff --git a/HTTP500.html b/HTTP500.html new file mode 100644 index 0000000..18be6af --- /dev/null +++ b/HTTP500.html @@ -0,0 +1,67 @@ + + + + + + + + 500 - Internal Error + + + +
+

Internal Error 500

+

The server encountered an unexpected error.

+ +
+ + \ No newline at end of file diff --git a/HTTP501.html b/HTTP501.html new file mode 100644 index 0000000..93ba378 --- /dev/null +++ b/HTTP501.html @@ -0,0 +1,67 @@ + + + + + + + + 501 - Not Implemented + + + +
+

Not Implemented 501

+

The requested method is not supported by the server.

+ +
+ + \ No newline at end of file diff --git a/HTTP502.html b/HTTP502.html new file mode 100644 index 0000000..e9a4887 --- /dev/null +++ b/HTTP502.html @@ -0,0 +1,67 @@ + + + + + + + + 502 - Bad Gateway + + + +
+

Bad Gateway 502

+

The gateway encountered an error while connecting to the upstream server.

+ +
+ + \ No newline at end of file diff --git a/HTTP503.html b/HTTP503.html new file mode 100644 index 0000000..828ec15 --- /dev/null +++ b/HTTP503.html @@ -0,0 +1,67 @@ + + + + + + + + 503 - Service Unavailable + + + +
+

Service Unavailable 503

+

The server is unavailable and could not handle the request. The server may be under maintenance or is overloaded.

+ +
+ + \ No newline at end of file