diff --git a/public/404.html b/public/404.html index 34dfde3..f32a594 100644 --- a/public/404.html +++ b/public/404.html @@ -7,41 +7,33 @@ -
-
- - - -
- + +
-
-

404

- -

Yeah, that page doesn't exist.

-

Maybe if you weren't so adventurous you'd avoid screens like this :)

+
+

404

+ +

Yeah, that page doesn't exist.

+

Maybe if you weren't so adventurous you'd avoid screens like this 😉

- \ No newline at end of file + diff --git a/public/style.css b/public/style.css index e7562dd..2eabf94 100644 --- a/public/style.css +++ b/public/style.css @@ -114,29 +114,3 @@ body { fill: var(--primary); opacity: 1; } - -#error-code { - font-family: Comfortaa; - font-size: 200px; - color: rgb(208, 208, 208); -} - -#dcimg { - width: 300px; -} - -.error { - color: rgb(208, 208, 208); -} - -.plink { - color: rgb(250, 152, 33); -} - -.containerCustom { - width: 100%; - padding-right: 0px; - padding-left: 0px; - margin-right: 0px; - margin-left: 0px; -}