diff --git a/src/Components/error404.jsx b/src/Components/error404.jsx index 3cd321d7..08df0c75 100644 --- a/src/Components/error404.jsx +++ b/src/Components/error404.jsx @@ -1,26 +1,25 @@ import React from "react"; -import error from "../img/error.png"; -import Footer from "./Footer" import { Link } from "react-router-dom"; +import { Helmet } from "react-helmet"; function Error404() { return ( <> -
-
-
- error-vector -
-
-

404

- Looks like you are lost - The page you are looking for could not be found - Homepage -
+ + Error 404 could not find the page + +
+
+

404

+
+
+ Welcome to the 404 dimension +

You have discovered a new dimension

+ But unfortunately, this dimension has nothing at all +
-