From 795a889e44a053ab4eadaedc60fb487c412ef534 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Wed, 14 Apr 2021 18:51:50 +0200 Subject: [PATCH] Add footers As you can see, deployment is not streamlined yet lol. Anyway, fixes #1 and lets me try out the new deployment scripts. --- 400.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 401.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 402.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 403.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 404.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 405.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 406.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 407.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 408.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 409.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 410.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 411.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 412.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 413.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 414.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 415.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 416.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 417.html | 56 ++++++++++++++++++++++++++++++++++++++++++++------------ 451.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 500.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 501.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 502.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 503.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 504.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 505.html | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 25 files changed, 1100 insertions(+), 276 deletions(-) diff --git a/400.html b/400.html index 5ed13a9..05df88a 100644 --- a/400.html +++ b/400.html @@ -1,7 +1,10 @@ - + + + + Bad request | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Bad request (400)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Bad request (400)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/401.html b/401.html index c9076b6..a7da4f8 100644 --- a/401.html +++ b/401.html @@ -1,7 +1,10 @@ - + + + + Unauthorized | FWDekker @@ -15,23 +18,53 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Unauthorized (401)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Unauthorized (401)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/402.html b/402.html index 76e83f4..918eb58 100644 --- a/402.html +++ b/402.html @@ -1,7 +1,10 @@ - + + + + Payment required | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Payment required (402)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Payment required (402)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/403.html b/403.html index 8bed389..2c1e4a8 100644 --- a/403.html +++ b/403.html @@ -1,7 +1,10 @@ - + + + + Access forbidden | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Access forbidden (403)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Access forbidden (403)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/404.html b/404.html index 69465d1..e5a1edb 100644 --- a/404.html +++ b/404.html @@ -1,7 +1,10 @@ - + + + + File not found | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- File not found (404)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ File not found (404)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/405.html b/405.html index 7c6d1a6..97feb24 100644 --- a/405.html +++ b/405.html @@ -1,7 +1,10 @@ - + + + + Internal server error | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Internal server error (405)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Internal server error (405)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/406.html b/406.html index 028cfe7..651c862 100644 --- a/406.html +++ b/406.html @@ -1,7 +1,10 @@ - + + + + Not acceptable | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Not acceptable (406)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Not acceptable (406)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/407.html b/407.html index fd35d81..0f6b5aa 100644 --- a/407.html +++ b/407.html @@ -1,7 +1,10 @@ - + + + + Proxy authentication required | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Proxy authentication required (407)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Proxy authentication required (407)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/408.html b/408.html index 064e562..2de8ccf 100644 --- a/408.html +++ b/408.html @@ -1,7 +1,10 @@ - + + + + Request timeout | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Request timeout (408)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Request timeout (408)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/409.html b/409.html index 0e63cd7..08781c4 100644 --- a/409.html +++ b/409.html @@ -1,7 +1,10 @@ - + + + + Conflict | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Conflict (409)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Conflict (409)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/410.html b/410.html index fa1c59f..482bb84 100644 --- a/410.html +++ b/410.html @@ -1,7 +1,10 @@ - + + + + Gone | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Gone (410)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Gone (410)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/411.html b/411.html index 8034058..79499b6 100644 --- a/411.html +++ b/411.html @@ -1,7 +1,10 @@ - + + + + Length required | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Length required (411)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Length required (411)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/412.html b/412.html index 26c4257..686cb82 100644 --- a/412.html +++ b/412.html @@ -1,7 +1,10 @@ - + + + + Precondition required | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Precondition required (412)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Precondition required (412)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/413.html b/413.html index da6dd36..a947027 100644 --- a/413.html +++ b/413.html @@ -1,7 +1,10 @@ - + + + + Request entity too large | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Request entity too large (413)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Request entity too large (413)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/414.html b/414.html index 33bff90..1a2da85 100644 --- a/414.html +++ b/414.html @@ -1,7 +1,10 @@ - + + + + Request URI too long | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Request URI too long (414)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Request URI too long (414)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/415.html b/415.html index 0574b8a..5f706de 100644 --- a/415.html +++ b/415.html @@ -1,7 +1,10 @@ - + + + + Unsupported media type | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Unsupported media type (415)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Unsupported media type (415)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/416.html b/416.html index 84fd87a..31f0717 100644 --- a/416.html +++ b/416.html @@ -1,7 +1,10 @@ - + + + + Requested range not satisfiable | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Requested range not satisfiable (416)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Requested range not satisfiable (416)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/417.html b/417.html index 39cddce..caff5ab 100644 --- a/417.html +++ b/417.html @@ -1,7 +1,10 @@ - + + + + Expectation failed | FWDekker @@ -15,22 +18,51 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Expectation failed (417)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
- +
+
+

FWDekker

+ Expectation failed (417)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/451.html b/451.html index d515996..bf7953a 100644 --- a/451.html +++ b/451.html @@ -1,7 +1,10 @@ - + + + + Unavailable for legal reasons | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Unavailable for legal reasons (451)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Unavailable for legal reasons (451)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/500.html b/500.html index 28d2215..64830f2 100644 --- a/500.html +++ b/500.html @@ -1,7 +1,10 @@ - + + + + Internal server error | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Internal server error (500)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Internal server error (500)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/501.html b/501.html index 2bef8ab..1f6199a 100644 --- a/501.html +++ b/501.html @@ -1,7 +1,10 @@ - + + + + Not implemented | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Not implemented (501)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Not implemented (501)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/502.html b/502.html index ae383ed..12c0afd 100644 --- a/502.html +++ b/502.html @@ -1,7 +1,10 @@ - + + + + Bad gateway | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Bad gateway (502)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Bad gateway (502)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/503.html b/503.html index ec9fbf0..69ae0e9 100644 --- a/503.html +++ b/503.html @@ -1,7 +1,10 @@ - + + + + Service unavailable | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Service unavailable (503)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Service unavailable (503)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/504.html b/504.html index ac8735a..2913006 100644 --- a/504.html +++ b/504.html @@ -1,7 +1,10 @@ - + + + + Gateway timeout | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- Gateway timeout (504)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ Gateway timeout (504)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +
diff --git a/505.html b/505.html index 10837e3..1ace9b6 100644 --- a/505.html +++ b/505.html @@ -1,7 +1,10 @@ - + + + + HTTP version not supported | FWDekker @@ -15,22 +18,52 @@ color: black; } - #wrapper { - margin: auto; - padding-top: 50px; + + html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + } + + main { + display: flex; + flex-direction: column; + + margin: 0 auto; width: 50%; - max-width: 800px; min-width: 400px; + min-height: 100%; + } + + #contents { + flex: 1; + margin: 5rem 0; + } + + footer { + color: #606c76; + margin-bottom: 3rem; } -
-

FWDekker

- HTTP version not supported (505)

- Sorry for the inconvenience. - You may want to try going to this website's homepage. -
+
+
+

FWDekker

+ HTTP version not supported (505)

+ Sorry for the inconvenience. + You may want to try going to this website's homepage. +
+ +