-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
71 lines (59 loc) · 3.15 KB
/
404.html
File metadata and controls
71 lines (59 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, user-scalable=no" />
<title>404: Page Not Found - Abdo AT</title>
<!-- SEO and Page Meta Tags -->
<meta name="description" content="Page not found - Abdo AT Personal BioLink Page" />
<meta name="author" content="Abdo AT" />
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://abdo.is-a.dev/404.html">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="404: Page Not Found - Abdo AT">
<meta property="og:description" content="The page you're looking for doesn't exist on Abdo AT's Personal BioLink Page."
<meta property="og:image" content="https://abdo.is-a.dev/assets/images/preview.png">
<meta property="og:image:alt" content="Abdo AT's BioLink Page">
<meta property="og:url" content="https://abdo.is-a.dev/404.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Abdo AT - Coder BioLink">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://abdo.is-a.dev/404.html">
<meta name="twitter:title" content="404: Page Not Found - Abdo AT">
<meta name="twitter:description" content="The page you're looking for doesn't exist on Abdo AT's Personal BioLink Page."
<meta name="twitter:image" content="https://abdo.is-a.dev/assets/images/preview.png">
<meta name="twitter:creator" content="@xAbdoAT">
<!-- Theme and Mobile Configuration -->
<meta name="theme-color" content="#000000" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="404 - Abdo AT" />
<!-- Stylesheets and Favicon -->
<link rel="stylesheet" href="/assets/css/404.css" />
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
<!-- Preload critical resources -->
<link rel="preload" href="/assets/css/404.css" as="style" />
<link rel="preload" href="/assets/fonts/FiraCode.ttf" as="font" type="font/ttf" crossorigin />
<link rel="preload" href="/assets/videos/404.mp4" as="video" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<video class="video-background" muted loop playsinline webkit-playsinline preload="metadata">
<source src="/assets/videos/404-mobile.mp4" type="video/mp4" media="(max-width: 768px)">
<source src="/assets/videos/404.mp4" type="video/mp4">
</video>
<div class="video-overlay"></div>
<div class="error-container">
<div class="error-code">404</div>
<div class="error-message">
<h2>This page could not be found.</h2>
<a href="/" class="home-button">Return Home</a>
</div>
</div>
<!-- 404 Page JavaScript -->
<script src="/assets/js/404-video.js"></script>
</body>
</html>