diff --git a/Templates/404.html b/Templates/404.html deleted file mode 100644 index da51868..0000000 --- a/Templates/404.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - Fuck Your Day - - - {% block body %} -
-

404

-

You're lost.

-

One of us has made a mistake. Hang tight, let's try this again.

-
- {% endblock %} - diff --git a/Templates/404styles.css b/Templates/404styles.css deleted file mode 100644 index a708663..0000000 --- a/Templates/404styles.css +++ /dev/null @@ -1,31 +0,0 @@ -@import url("https://fonts.googleapis.com/css?family=Nunito+Sans"); -:root { - --blue: #0e0620; - --white: #fff; -} -html, -body { - height: 100%; -} -body { - display: flex; - align-items: center; - justify-content: center; - font-family: "Nunito Sans"; - color: var(--blue); - font-size: 1em; -} -h1 { - font-size: 7.5em; - margin: 15px 0px; - font-weight: bold; -} -h2 { - font-weight: bold; -} - -@media screen and (max-width: 768px) { - body { - display: block; - } -}