-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
52 lines (47 loc) · 2.65 KB
/
404.html
File metadata and controls
52 lines (47 loc) · 2.65 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
<!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 | HellenicDev</title>
<meta name="description" content="This page doesn't exist on HellenicDev. Return to the homepage to explore programming projects and tools.">
<meta name="robots" content="noindex, follow">
<meta property="og:title" content="404 - Page Not Found | HellenicDev">
<meta property="og:description" content="This page doesn't exist on HellenicDev. Return to the homepage.">
<meta property="og:url" content="https://hellenicdev.github.io/404.html">
<meta property="og:type" content="website">
<link rel="canonical" href="https://hellenicdev.github.io/">
<style>
body{font-family:Arial,sans-serif;background:#19336e;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;text-align:center;padding:20px;animation:fadeIn 1s ease-out}pre{font-family:monospace;font-size:1rem;color:#38bdf8;margin-bottom:20px}p{font-size:1.2rem;margin-bottom:30px}.outline-button{display:inline-block;padding:12px 24px;font-family:monospace;font-size:16px;color:#38bdf8;border:2px solid #38bdf8;border-radius:6px;text-decoration:none;transition:all .3s ease}.outline-button:hover{background-color:#141625;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.2)}:focus-visible{outline:3px solid #38bdf8;outline-offset:3px}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
</style>
</head>
<body>
<a href="https://hellenicdev.github.io/?utm_source=404" class="skip-link" style="position:absolute;top:-100%;left:50%;transform:translateX(-50%);background:#fff;color:#19336e;padding:8px 16px;border-radius:0 0 8px 8px;z-index:9999;text-decoration:none;font-weight:700">Skip to home</a>
<pre><strong>
_ _ ___ _ _
| || | / _ \| || |
| || |_| | | | || |_
|__ _| | | |__ _|
| | | |_| | | |
|_| \___/ |_|
</strong></pre>
<p>This page doesn't exist. Just like my free time.</p>
<a href="https://hellenicdev.github.io/?utm_source=404" class="outline-button">
Go back home
</a>
<script defer>
setTimeout(() => {
var s = document.createElement('script');
s.src = 'https://www.googletagmanager.com/gtag/js?id=G-9FWQFZME3Z';
s.async = true;
s.onload = function() {
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9FWQFZME3Z');
};
document.head.appendChild(s);
}, 3000);
</script>
</body>
</html>