-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch.html
86 lines (64 loc) · 2.92 KB
/
launch.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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML>
<html>
<head>
<!-- HTML Meta Tags -->
<title>Cosurfing Launch</title>
<meta name="description" content="Launching Cosurfing App">
<meta name="keywords"
content="Find Coworking Spaces, Book Coworking Spaces, Coworking Spaces, Coworking Space, Coworking">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Luis Rieke">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://cosurfing.app">
<meta property="og:type" content="website">
<meta property="og:title" content="Launch Cosurfing Coworking Spaces">
<meta property="og:description" content="The best Coworking Spaces in Europe">
<meta property="og:image" content="/assets/images/index.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="cosurfing.app">
<meta property="twitter:url" content="https://cosurfing.app">
<meta name="twitter:title" content="Launch Cosurfing Coworking Spaces">
<meta name="twitter:description" content="The best Coworking Spaces in Europe">
<meta name="twitter:image" content="/assets/images/index.png">
<script type="text/javascript">
(function () {
var klaviyoFormScript = document.createElement('script');
klaviyoFormScript.src = 'https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=VX6dY6';
klaviyoFormScript.async = true;
var scriptTag = document.getElementsByTagName('script')[0];
scriptTag.parentNode.insertBefore(klaviyoFormScript, scriptTag);
})();
</script>
</head>
<body>
<button class="button" onclick="window.location.href='/' ;">← back home</button>
<section id="main">
<div class="headline">
<p>Launching Cosurfing App 🚀✨</p>
</div>
<div class="inner">
<section id="one" class="wrapper style1">
<header class="special">
<h3>Get notified!</h3>
<br>
<p>I'm working on this at the moment.</p>
<p>If you are interested in this project, I am really happy if you sign up for the reminder.</p>
<div class="klaviyo-form-RwZpin"></div>
<br>
<br>
<div class="greyed-out">
<p>Signup not working?</p>
<p>Write me an email to <a href="mailto:luis.rieke@spacifik.com">luis.rieke@spacifik.com</a></p>
</div>
</header>
</section>
</div>
</section>
</body>
</html>