-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
44 lines (38 loc) · 2 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en" class="bg-black overflow-x-hidden scroll-smooth text-blonde">
<head>
<title>404 - Page Not Found | See You Later</title>
<meta name="description" content="404 - The page you're looking for does not exist.">
<!-- Google Tag Manager -->
<script async src="https://www.googletagmanager.com/gtm.js?id=GTM-MKS33536"></script>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://seeyoulater.events/404.html">
<meta property="og:type" content="website">
<meta property="og:title" content="404 - Page Not Found | See You Later">
<meta property="og:description" content="404 - The page you're looking for does not exist.">
<meta property="og:image" content="./assets/event_1.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="seeyoulater.events">
<meta property="twitter:url" content="https://seeyoulater.events/404.html">
<meta name="twitter:title" content="404 - Page Not Found | See You Later">
<meta name="twitter:description" content="404 - The page you're looking for does not exist.">
<meta name="twitter:image" content="./assets/event_1.jpg">
<link rel="icon" href="./favicon.svg" sizes="any" type="image/svg+xml">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="./src/styles.css">
</head>
<body class="flex flex-col justify-center items-center h-screen bg-black text-lightBlack">
<div class="text-center">
<h1 class="text-4xl font-bold mb-4">404</h1>
<p class="text-xl mb-6">Oops! The page you're looking for doesn't exist.</p>
<a href="./index.html" class="underline text-blonde">Return home</a>
</div>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MKS33536"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
</body>
</html>