diff --git a/src/pages/NotFound.js b/src/pages/NotFound.js index b38e7e4..4c6120f 100644 --- a/src/pages/NotFound.js +++ b/src/pages/NotFound.js @@ -3,7 +3,19 @@ import React from 'react'; const NotFound = () => { return (
-

NOT FOUND

+ {/* TODO: add css to match netflix not found page */} +

LOST YOUR WAY?

+

+ Sorry, we can't find that page. You'll find lots to explore on + the home page. +

+ + + Error Code NSES-404 + + + FROM LOST IN SPACE +
); };