diff --git a/input/error/400.html b/input/error/400.html
new file mode 100644
index 0000000..91031eb
--- /dev/null
+++ b/input/error/400.html
@@ -0,0 +1,6 @@
+[//]: # "Title: Malformed Request"
+
+
+
Malformed Request
+
The server received a malformed request.
+
diff --git a/input/error/401.html b/input/error/401.html
new file mode 100644
index 0000000..567f97f
--- /dev/null
+++ b/input/error/401.html
@@ -0,0 +1,6 @@
+[//]: # "Title: Client Unauthenticated"
+
+
+
Client Unauthenticated
+
Authentication is required to access this resource.
+
diff --git a/input/error/405.html b/input/error/405.html
new file mode 100644
index 0000000..70bb363
--- /dev/null
+++ b/input/error/405.html
@@ -0,0 +1,6 @@
+[//]: # "Title: Request Method Disallowed"
+
+
+
Request Method Disallowed
+
The request method for this resource has been disallowed.
+