-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
36 lines (32 loc) · 1.15 KB
/
Copy paththanks.html
File metadata and controls
36 lines (32 loc) · 1.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>You're on the list. Oxpull Pro</title>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/favicon.png">
<link rel="apple-touch-icon" href="assets/favicon.png">
</head>
<body>
<div class="wrap">
<header class="top">
<div class="wordmark"><span data-brand>Oxpull</span><span class="pro">Pro</span></div>
<div class="top-note">waitlist</div>
</header>
<main class="thanks">
<h1>You're on the list</h1>
<p>You'll get one email, when Pro opens, and nothing else, ever. Reply "remove" to it, or
write to <a href="mailto:support@oxpull.com">support@oxpull.com</a> at any time, and your
address is deleted. Meanwhile the open source worker is live:
<code>pip install django-ox</code>.</p>
<p><a href="index.html">Back to the page</a></p>
</main>
<footer>
<p>No analytics, no trackers, no cookies on this page.</p>
</footer>
</div>
<script src="config.js"></script>
</body>
</html>