From 677003e28b16644611e58847063044f40840211b Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Wed, 5 Sep 2018 13:34:42 +0200 Subject: [PATCH] 404 page --- src/pages/404.js | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/pages/404.js b/src/pages/404.js index a091a00..0878e74 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -1,9 +1,18 @@ import React from 'react' +import Meditation from '../images/coding-tutorials-patience.svg' const NotFoundPage = () => ( -
-

NOT FOUND

-

You just hit a route that doesn't exist... the sadness.

+
+

You just got 404'd

+

+ It's not that bad, you just hit a route that doesn't exist.
It's + probably totally our fault so stay calm & use the menu above +

+ User Experience Design Agency
)