- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
Latest commit
52 lines (47 loc) · 2.62 KB
/
Copy path404.html
File metadata and controls
52 lines (47 loc) · 2.62 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>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Page Not Found | HellenicDev</title>
<metaname="description" content="This page doesn't exist on HellenicDev. Return to the homepage to explore programming projects and tools.">
<metaname="robots" content="noindex, follow">
<metaproperty="og:title" content="404 - Page Not Found | HellenicDev">
<metaproperty="og:description" content="This page doesn't exist on HellenicDev. Return to the homepage.">
<metaproperty="og:url" content="https://hellenicdev.eu/404.html">
<metaproperty="og:type" content="website">
<linkrel="canonical" href="https://hellenicdev.eu/">
<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:12px24px;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:04px10pxrgba(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>
<ahref="https://hellenicdev.eu/?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>
<ahref="https://hellenicdev.eu/?utm_source=404" class="outline-button">
Go back home
</a>
<scriptdefer>
setTimeout(()=>{
vars=document.createElement('script');
s.src='https://www.googletagmanager.com/gtag/js?id=G-9FWQFZME3Z';
s.async=true;
s.onload=function(){
window.dataLayer=window.dataLayer||[];
functiongtag(){dataLayer.push(arguments);}
gtag('js',newDate());
gtag('config','G-9FWQFZME3Z');
};
document.head.appendChild(s);
},3000);
</script>
</body>
</html>