diff --git a/public/404.html b/public/404.html index ab012ee..9b0e616 100644 --- a/public/404.html +++ b/public/404.html @@ -34,8 +34,11 @@
-
- +
+

404

+ +

Yeah, that page doesn't exist.

+

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

diff --git a/public/img/DolphinCroissant.png b/public/img/DolphinCroissant.png new file mode 100644 index 0000000..0c0f219 Binary files /dev/null and b/public/img/DolphinCroissant.png differ diff --git a/public/style.css b/public/style.css index 4d14646..8e0192f 100644 --- a/public/style.css +++ b/public/style.css @@ -26,16 +26,25 @@ height: 60px; } #error-code { - background-color: rgb(208, 208, 208); + font-family: Comfortaa; + font-size: 200px; + color: rgb(208, 208, 208); } #navigation { width: 70%; padding-right: 20px !important; } +.error { + color: rgb(208, 208, 208); +} +#dcimg { + width: 300px; +} .big-title { font-family: Comfortaa; font-weight: bold; font-size: 60px; + text-wrap: avoid; } .m-title { font-family: Comfortaa;