diff --git a/index.html b/index.html
index 6192e49..7b9b556 100644
--- a/index.html
+++ b/index.html
@@ -204,6 +204,29 @@
504: Gateway Timeout
505: HTTP Version Not Supported
+ Template name: matrix
+
Template name: noise
- 400: Bad Request
diff --git a/matrix/400.html b/matrix/400.html
new file mode 100644
index 0000000..85aa61b
--- /dev/null
+++ b/matrix/400.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Bad Request (400)
+
+
+
+
+
+
+
+
+ - 400
+ - Bad Request
+ - The server did not understand the request
+ - 400 Bad Request
+
+
+
+
400: Bad Request
+
The server did not understand the request
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/401.html b/matrix/401.html
new file mode 100644
index 0000000..36e47e4
--- /dev/null
+++ b/matrix/401.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Unauthorized (401)
+
+
+
+
+
+
+
+
+ - 401
+ - Unauthorized
+ - The requested page needs a username and a password
+ - 401 Unauthorized
+
+
+
+
401: Unauthorized
+
The requested page needs a username and a password
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/403.html b/matrix/403.html
new file mode 100644
index 0000000..caf19c5
--- /dev/null
+++ b/matrix/403.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Forbidden (403)
+
+
+
+
+
+
+
+
+ - 403
+ - Forbidden
+ - Access is forbidden to the requested page
+ - 403 Forbidden
+
+
+
+
403: Forbidden
+
Access is forbidden to the requested page
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/404.html b/matrix/404.html
new file mode 100644
index 0000000..a992503
--- /dev/null
+++ b/matrix/404.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Not Found (404)
+
+
+
+
+
+
+
+
+ - 404
+ - Not Found
+ - The server can not find the requested page
+ - 404 Not Found
+
+
+
+
404: Not Found
+
The server can not find the requested page
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/405.html b/matrix/405.html
new file mode 100644
index 0000000..be9f241
--- /dev/null
+++ b/matrix/405.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Method Not Allowed (405)
+
+
+
+
+
+
+
+
+ - 405
+ - Method Not Allowed
+ - The method specified in the request is not allowed
+ - 405 Method Not Allowed
+
+
+
+
405: Method Not Allowed
+
The method specified in the request is not allowed
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/407.html b/matrix/407.html
new file mode 100644
index 0000000..b6571c2
--- /dev/null
+++ b/matrix/407.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Proxy Authentication Required (407)
+
+
+
+
+
+
+
+
+ - 407
+ - Proxy Authentication Required
+ - You must authenticate with a proxy server before this request can be served
+ - 407 Proxy Authentication Required
+
+
+
+
407: Proxy Authentication Required
+
You must authenticate with a proxy server before this request can be served
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/408.html b/matrix/408.html
new file mode 100644
index 0000000..fdbc81e
--- /dev/null
+++ b/matrix/408.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Request Timeout (408)
+
+
+
+
+
+
+
+
+ - 408
+ - Request Timeout
+ - The request took longer than the server was prepared to wait
+ - 408 Request Timeout
+
+
+
+
408: Request Timeout
+
The request took longer than the server was prepared to wait
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/409.html b/matrix/409.html
new file mode 100644
index 0000000..767c36f
--- /dev/null
+++ b/matrix/409.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Conflict (409)
+
+
+
+
+
+
+
+
+ - 409
+ - Conflict
+ - The request could not be completed because of a conflict
+ - 409 Conflict
+
+
+
+
409: Conflict
+
The request could not be completed because of a conflict
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/410.html b/matrix/410.html
new file mode 100644
index 0000000..50a9554
--- /dev/null
+++ b/matrix/410.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Gone (410)
+
+
+
+
+
+
+
+
+ - 410
+ - Gone
+ - The requested page is no longer available
+ - 410 Gone
+
+
+
+
410: Gone
+
The requested page is no longer available
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/411.html b/matrix/411.html
new file mode 100644
index 0000000..1e60851
--- /dev/null
+++ b/matrix/411.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Length Required (411)
+
+
+
+
+
+
+
+
+ - 411
+ - Length Required
+ - The "Content-Length" is not defined. The server will not accept the request without it
+ - 411 Length Required
+
+
+
+
411: Length Required
+
The "Content-Length" is not defined. The server will not accept the request without it
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/412.html b/matrix/412.html
new file mode 100644
index 0000000..a2c08e3
--- /dev/null
+++ b/matrix/412.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Precondition Failed (412)
+
+
+
+
+
+
+
+
+ - 412
+ - Precondition Failed
+ - The pre condition given in the request evaluated to false by the server
+ - 412 Precondition Failed
+
+
+
+
412: Precondition Failed
+
The pre condition given in the request evaluated to false by the server
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/413.html b/matrix/413.html
new file mode 100644
index 0000000..62e076b
--- /dev/null
+++ b/matrix/413.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Payload Too Large (413)
+
+
+
+
+
+
+
+
+ - 413
+ - Payload Too Large
+ - The server will not accept the request, because the request entity is too large
+ - 413 Payload Too Large
+
+
+
+
413: Payload Too Large
+
The server will not accept the request, because the request entity is too large
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/416.html b/matrix/416.html
new file mode 100644
index 0000000..149203a
--- /dev/null
+++ b/matrix/416.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Requested Range Not Satisfiable (416)
+
+
+
+
+
+
+
+
+ - 416
+ - Requested Range Not Satisfiable
+ - The requested byte range is not available and is out of bounds
+ - 416 Requested Range Not Satisfiable
+
+
+
+
416: Requested Range Not Satisfiable
+
The requested byte range is not available and is out of bounds
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/418.html b/matrix/418.html
new file mode 100644
index 0000000..bd11cc5
--- /dev/null
+++ b/matrix/418.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ I'm a teapot (418)
+
+
+
+
+
+
+
+
+ - 418
+ - I'm a teapot
+ - Attempt to brew coffee with a teapot is not supported
+ - 418 I'm a teapot
+
+
+
+
418: I'm a teapot
+
Attempt to brew coffee with a teapot is not supported
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/429.html b/matrix/429.html
new file mode 100644
index 0000000..64e0f22
--- /dev/null
+++ b/matrix/429.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Too Many Requests (429)
+
+
+
+
+
+
+
+
+ - 429
+ - Too Many Requests
+ - Too many requests in a given amount of time
+ - 429 Too Many Requests
+
+
+
+
429: Too Many Requests
+
Too many requests in a given amount of time
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/500.html b/matrix/500.html
new file mode 100644
index 0000000..2ed34a8
--- /dev/null
+++ b/matrix/500.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Internal Server Error (500)
+
+
+
+
+
+
+
+
+ - 500
+ - Internal Server Error
+ - The server met an unexpected condition
+ - 500 Internal Server Error
+
+
+
+
500: Internal Server Error
+
The server met an unexpected condition
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/502.html b/matrix/502.html
new file mode 100644
index 0000000..d7df3e3
--- /dev/null
+++ b/matrix/502.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Bad Gateway (502)
+
+
+
+
+
+
+
+
+ - 502
+ - Bad Gateway
+ - The server received an invalid response from the upstream server
+ - 502 Bad Gateway
+
+
+
+
502: Bad Gateway
+
The server received an invalid response from the upstream server
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/503.html b/matrix/503.html
new file mode 100644
index 0000000..59a5929
--- /dev/null
+++ b/matrix/503.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Service Unavailable (503)
+
+
+
+
+
+
+
+
+ - 503
+ - Service Unavailable
+ - The server is temporarily overloading or down
+ - 503 Service Unavailable
+
+
+
+
503: Service Unavailable
+
The server is temporarily overloading or down
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/504.html b/matrix/504.html
new file mode 100644
index 0000000..8f3789c
--- /dev/null
+++ b/matrix/504.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ Gateway Timeout (504)
+
+
+
+
+
+
+
+
+ - 504
+ - Gateway Timeout
+ - The gateway has timed out
+ - 504 Gateway Timeout
+
+
+
+
504: Gateway Timeout
+
The gateway has timed out
+
+
+
+
+
+
+
+
+
+
+
diff --git a/matrix/505.html b/matrix/505.html
new file mode 100644
index 0000000..31ef9d9
--- /dev/null
+++ b/matrix/505.html
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ HTTP Version Not Supported (505)
+
+
+
+
+
+
+
+
+ - 505
+ - HTTP Version Not Supported
+ - The server does not support the "http protocol" version
+ - 505 HTTP Version Not Supported
+
+
+
+
505: HTTP Version Not Supported
+
The server does not support the "http protocol" version
+
+
+
+
+
+
+
+
+
+
+