-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
just updating the lastest changes from dev branch to main branch✅
- Loading branch information
1 parent
3916c8d
commit c76ee42
Showing
4 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import Head from 'next/head'; | ||
import React from 'react'; | ||
import Script from "next/script"; | ||
|
||
export default function Title404() { | ||
return ( | ||
<Head> | ||
|
||
{/* | ||
Author: Muhammad Fiaz | ||
GitHub: Visit the GitHub repository at https://github.com/muhammad-fiaz/portfolio/ for more details. | ||
license: MIT License | ||
*/} | ||
<meta charSet="utf-8" /> | ||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> | ||
<title>404 - Page Not Found | Muhammad Fiaz</title> | ||
<meta name="description" content="The requested page was not found or the link is broken. " /> | ||
{/*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! 😴*/} | ||
<meta name="keywords" content="404, Page Not Found, Muhammad Fiaz, Portfolio,broken link ,missing page,link not found" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</Head> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.