From ae3d908f290d93c45f6200d7402ec9c56d9167e8 Mon Sep 17 00:00:00 2001 From: Shiva Date: Mon, 19 Jun 2023 13:42:50 +0530 Subject: [PATCH] Update error404.jsx --- src/Components/error404.jsx | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) 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 +
-