-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivate-client.html
59 lines (48 loc) · 2.16 KB
/
private-client.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>BitcoinVN Private Client Newsletter</title>
<meta name="description" content="Sign up for the BitcoinVN Private Client Newsletter">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="BitcoinVN Private Client Newsletter">
<meta property="og:type" content="website">
<meta property="og:url" content="https://newsletter.bitcoinvn.io/private-client">
<meta property="og:image" content="https://newsletter.bitcoinvn.io/icon.png">
<meta name="theme-color" content="#fafafa">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="css/bitcoinvn.css">
<link rel="canonical" href="https://newsletter.bitcoinvn.io/private-client"/>
</head>
<body>
<!-- Add your site or application content here -->
<div class="container pt-4">
<div class="row mb-4">
<div class="col">
<img src="icon.png" height="100" alt="BitcoinVN">
<h1>BitcoinVN Private Client Newsletter</h1>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-8 col-md-6">
<form method="post" action="https://mailcoach.bitcoinvn.io/subscribe/3ba607bb-7c81-4fc8-950a-46af2a4999a7">
<div class="mb-3">
<label for="form_email" class="form-label">Your email address</label>
<input type="email" id="form_email" name="email" class="form-control">
<div class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="mb-3">
<input type="submit" class="btn btn-primary" value="Subscribe">
</div>
</form>
</div>
</div>
</div>
<script src="js/vendor/modernizr-3.11.2.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>