-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile-optin.html
55 lines (51 loc) · 2.49 KB
/
mobile-optin.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Mens hair rescue 7x order form mobile</title>
</head>
<body>
<section class="mobile-optin">
<div class="container">
<header>
<img src="img/mobile-optin/7029857_1576564079520os1headerv3j.jpg" alt="header">
</header>
<form class="mobile-form" action="packeges.html">
<input type="text" name="first-name" placeholder="First Name" required><span class="red-star">*</span>
<input type="email" name="email" placeholder="Email" required><span class="red-star">*</span>
<input type="submit" value="Qualify For My Order">
</form>
<p>We care about your privacy.</p>
<div class="image-block">
<img src="img/mobile-optin/7381356_1578896952970verified2.jpg" alt="verified" class="verified">
</div>
<div class="image-block">
<img src="img/mobile-optin/secure_server_ssl.jpg" alt="secure_server">
</div>
<div class="mobile-optin__footer">
<p class="copyright">
Copyright ©2020 Biolabrx.com. All rights reserved
</p>
<p class="footer__text">
Representations regarding the efficacy and safety of Biolab Rx have not been evaluated by the Food and
Drug
Administration. The FDA only evaluates foods and drugs, not supplements like these products. These
products
are not intended to diagnose, prevent, treat, or cure any disease.
</p>
<p class="footer__text">
If a condition persists, please contact your physician. The information provided by this website or this
company is not a substitute for a face-to-face consultation with your physician, and should not be
construed
as individual medical advice. The testimonials on this website are individual cases and do not guarantee
that you will get the same results.
</p>
</div>
</div>
</section>
</body>
</html>