Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
crabby605 authored Jul 31, 2024
1 parent 6b34adb commit 6f5fb16
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page Not Found</title>

<link rel="icon" type="image/x-icon" href="/favicon.ico">
<style>

body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
text-align: center;
padding: 50px;
}
h1 {
font-size: 36px;
}
p {
font-size: 18px;
}
</style>
</head>
<body>
<!-- Favicon displayed on the page -->
<img src="/favicon.ico" alt="Favicon" style="width: 128px; height: 128px;">
<h1>404 - Page Not Found</h1>
<p>Oops! The page you are looking for might have been removed or does not exist.</p>
<h3>or you are typesquatting your sysinfo has been noted</h3>
<p><a href="/">Return to Home Page</a></p>
</body>
</html>

0 comments on commit 6f5fb16

Please sign in to comment.