diff --git a/src/pages/404.js b/src/pages/404.js index 2ba5514..8f8b621 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -3,6 +3,13 @@ import React from "react"; const NotFoundPage = () => (

NOT FOUND

+

+ + + + + +

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

);