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
)