-
Notifications
You must be signed in to change notification settings - Fork 0
/
success.html
32 lines (28 loc) · 889 Bytes
/
success.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>document</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="css/success.css" />
</head>
<body>
<div id="container">
<div id="box-1">
<img src="images/sustain 4.jpg" alt="sustain-logo" />
<hr />
</div>
<div id="box-2">
<div>
<h1>Thanks for signing up</h1>
<p id="content">You will get a free phone consultation with our enrollment advisor, who will review how Sustain could
improve your health and help you achieve your goals within 24 hours
</p>
<p id="support">Questions? Email [email protected]</p>
</div>
</div>
</div>
</body>
</html>