-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
41 lines (34 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en" class="bg-yellow">
<head>
<title>WCMW - When Coffee Meets Whisky</title>
<meta name="description" content="WHEN COFFEE MEETS WHISKY ☕️ Specialty Coffee 🥃 Japanese Whisky 📻 Listening Bar Run by @tstudiolv">
<meta http-equiv="refresh" content="0; url=http://wcmw.bar/" />
<!-- 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://wcmw.bar">
<meta property="og:type" content="website">
<meta property="og:title" content="WCMW - When Coffee Meets Whisky">
<meta property="og:description" content="WHEN COFFEE MEETS WHISKY ☕️ Specialty Coffee 🥃 Japanese Whisky 📻 Listening Bar Run by @tstudiolv">
<meta property="og:image" content="https://opengraph.b-cdn.net/production/documents/152f14e3-d016-4a56-8f34-838274b69e12.jpg?token=zt8LzwEuH_tmnFVU6AT83PPqgMbcFMbAebMQ3lWTXrk&height=312&width=820&expires=33243308366">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="wcmw.bar">
<meta property="twitter:url" content="https://wcmw.bar">
<meta name="twitter:title" content="WCMW - When Coffee Meets Whisky">
<meta name="twitter:description" content="WHEN COFFEE MEETS WHISKY ☕️ Specialty Coffee 🥃 Japanese Whisky 📻 Listening Bar Run by @tstudiolv">
<meta name="twitter:image" content="https://opengraph.b-cdn.net/production/documents/152f14e3-d016-4a56-8f34-838274b69e12.jpg?token=zt8LzwEuH_tmnFVU6AT83PPqgMbcFMbAebMQ3lWTXrk&height=312&width=820&expires=33243308366">
<link rel="icon" href="./img/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="./assets/styles.css">
</head>
<body class="text-lightBlack flex flex-col justify-between align-top p-4 h-svh overflow-x-hidden">
<background class="fixed w-full h-full overflow-hidden -z-10 -m-4 opacity-10 sm:opacity-15">
<img src="./img/WCMW_logo_12.svg" alt="WCMW Background dancing guy" class="w-full h-full object-contain">
</background>
</body>
<!-- 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>
</html>