-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
33 lines (31 loc) · 937 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>