diff --git a/site/pages/404.js b/site/pages/404.js index ea56972..a49b3a9 100644 --- a/site/pages/404.js +++ b/site/pages/404.js @@ -1,8 +1,13 @@ +import Link from "next/link"; + export default function () { return ( -
+
404 -

Page not found

+

Page not found

+ + Return to Homepage +
); } \ No newline at end of file