diff --git a/content/pages/404.html b/content/pages/404.html index 12ee43b..3266105 100644 --- a/content/pages/404.html +++ b/content/pages/404.html @@ -1,17 +1,26 @@ - - + - + + -
+
-

The page you were looking for could not be found.

-

Don't worry, I've send these badass tech ninjas to go and find it. Rest assured it will be found!

+
+

The page you were looking for could not be found.

+

¯\_(ツ)_/¯

+
- For now, here's a cat GIF! +
+

For now, here's a picture of a cat!

+ Cat +
diff --git a/theme/static/src/scss/functional.scss b/theme/static/src/scss/functional.scss index c1432e0..9767098 100644 --- a/theme/static/src/scss/functional.scss +++ b/theme/static/src/scss/functional.scss @@ -1,3 +1,8 @@ .margin { margin: 15px; } + +.header-bg { + background-image: url("../img/header.jpg"); + background-position: center; +}