-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
120 lines (101 loc) · 4.33 KB
/
Copy path404.html
File metadata and controls
120 lines (101 loc) · 4.33 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 ~ notfoundpages</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="Page not found. The address you're looking for might be typed incorrectly or the page may have been moved. Navigate back home or explore our gallery.">
<meta name="keywords"
content="404 error, page not found, notfoundpages, NotFoundPages, not found pages, beautiful 404 pages, modern error pages, website errors, missing page">
<meta name="robots" content="index, follow">
<meta name="author" content="notfoundpages">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<link rel="canonical" href="https://notfoundpages.github.io/404.html">
<!-- Open Graph Tags -->
<meta property="og:type" content="website">
<meta property="og:title" content="404 ~ notfoundpages">
<meta property="og:description"
content="Page not found. The address you're looking for might be typed incorrectly or the page may have been moved.">
<meta property="og:url" content="https://notfoundpages.github.io/404.html">
<meta property="og:site_name" content="notfoundpages">
<meta property="og:locale" content="en_US">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 ~ notfoundpages">
<meta name="twitter:description"
content="Page not found. Navigate back or explore our gallery of beautiful 404 pages.">
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#0284C7">
<meta name="color-scheme" content="light dark">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Preconnect to External Resources -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://unpkg.com">
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "404 ~ notfoundpages",
"description": "Page not found. The address you're looking for might be typed incorrectly or the page may have been moved.",
"url": "https://notfoundpages.github.io/404.html",
"isPartOf": {
"@type": "WebSite",
"name": "notfoundpages",
"url": "https://notfoundpages.github.io"
},
}
</script>
<!-- Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "notfoundpages",
"url": "https://notfoundpages.github.io",
"description": "Open source collection of creative and modern 404 error pages. Discover minimal, animated, and experimental designs built by developers for developers."
}
</script>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap"
rel="stylesheet">
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<link rel="stylesheet" href="/assets/css/root/404.css">
<link rel="stylesheet" href="/_components/navbar/style.css">
<link rel="stylesheet" href="/_components/footer/style.css">
</head>
<body>
<div class="mesh-bg"></div>
<nav id="nav-container"></nav>
<main class="main-content">
<div class="error-wrapper" id="magnetic-area">
<div class="digit">4</div>
<div class="zero-pill">
<span class="reveal-text">PAGE NOT FOUND</span>
</div>
<div class="digit">4</div>
</div>
<div class="text-content">
<h2>The page you requested is <span class="gradient-text">missing</span>.</h2>
<p>We couldn't locate the requested URL. The address might be typed incorrectly, or the page may have been
moved. Hover over the void above, or use the links below to navigate back.</p>
</div>
<div class="action-container">
<a href="/" class="btn-primary">
<i class="ph-bold ph-arrow-left"></i> Back to Home
</a>
<a href="/gallery/" class="btn-glass">
<i class="ph-bold ph-squares-four"></i> Explore Gallery
</a>
</div>
</main>
<footer id="footer-container"></footer>
<script src="/assets/js/root/404.js"></script>
<script src="/_components/navbar/inject.js"></script>
<script src="/_components/footer/inject.js"></script>
</body>
</html>