-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
76 lines (71 loc) · 3.05 KB
/
404.html
File metadata and controls
76 lines (71 loc) · 3.05 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0", maximum-scale=1>
<title>Page Not Found | Secwexen Portfolio</title>
<link rel="icon" href="https://avatars.githubusercontent.com/u/129677392?v=4" type="image/png" sizes="32x32">
<link rel="canonical" href="https://secwexen.github.io/">
<link rel="sitemap" type="application/xml" title="Sitemap" href="sitemap.xml">
<meta name="description" content="Oops! The page you are looking for doesn’t exist. Return to the home page of Secwexen Portfolio.">
<meta name="robots" content="noindex, nofollow">
<meta name="theme-color" content="#0b0f14">
<meta property="og:type" content="website">
<meta property="og:title" content="Oops! The page you are looking for doesn’t exist. Return to the home page of Secwexen Portfolio.">
<meta property="og:description" content="Oops! The page you are looking for doesn’t exist. Return to the home page of Secwexen Portfolio.">
<meta property="og:url" content="https://secwexen.github.io/">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/129677392?v=4">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta http-equiv="X-Frame-Options" content="DENY">
<meta http-equiv="Permissions-Policy" content="geolocation=(), microphone=(), camera=(), interest-cohort=()">
<meta name="referrer" content="no-referrer">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Page Not Found | Secwexen Portfolio">
<meta name="twitter:description" content="Oops! The page you are looking for doesn’t exist. Return to the home page of Secwexen Portfolio.">
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/129677392?v=4">
<script type="application/ld+json">
[
{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://secwexen.github.io/404.html",
"name": "Page Not Found | Secwexen Portfolio",
"url": "https://secwexen.github.io/404.html",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"name": "Page Not Found | Secwexen Portfolio",
"url": "https://secwexen.github.io/"
},
"breadcrumb": "Error 404",
"description": "Oops! The page you are looking for doesn’t exist. Return to the home page of Secwexen Portfolio."
}
]
</script>
<style>
body {
font-family: 'Roboto', sans-serif;
background: #f4f4f4;
color: #34495e;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
text-align: center;
}
h1 { font-size: 4rem; margin-bottom: 1rem; }
p { font-size: 1.25rem; margin-bottom: 2rem; }
a { color: #2980b9; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<main>
<h1>404</h1>
<p>Oops! The page you are looking for doesn’t exist.</p>
<a href="https://secwexen.github.io/">Go back to Home</a>
</main>
</body>
</html>