diff --git a/pages/404.tsx b/pages/404.tsx index 3d6ef9d42..997f18b7b 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -1,8 +1,10 @@ import Custom404 from "../src/components/blocks/errors/custom404"; +import Title404 from "./title.404"; export default function Notfound() { return (
+
); diff --git a/pages/title.404.tsx b/pages/title.404.tsx new file mode 100644 index 000000000..099d889fd --- /dev/null +++ b/pages/title.404.tsx @@ -0,0 +1,30 @@ +import Head from 'next/head'; +import React from 'react'; +import Script from "next/script"; + +export default function Title404() { + return ( + + + {/* + Author: Muhammad Fiaz + GitHub: Visit the GitHub repository at https://github.com/muhammad-fiaz/portfolio/ for more details. + license: MIT License + */} + + + + 404 - Page Not Found | Muhammad Fiaz + + {/*These are the Keywords that will Boost your SEO in Ranking, so Make Sure to include and Update it up to your preference or don't mind this! 😴*/} + + + + + + + + + + ); +} diff --git a/pages/title.document.tsx b/pages/title.document.tsx index b37658828..4f9ae89a7 100644 --- a/pages/title.document.tsx +++ b/pages/title.document.tsx @@ -35,11 +35,13 @@ export default function TitleDocument() { - - + + + + diff --git a/public/favicon/favicon-org.ico b/public/favicon/favicon-org.ico new file mode 100644 index 000000000..8a84d8315 Binary files /dev/null and b/public/favicon/favicon-org.ico differ