-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
31 lines (29 loc) · 1.46 KB
/
thanks.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
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:700' rel='stylesheet' type='text/css'>
<style>
@import url(//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
</style>
<link rel="stylesheet" href="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/default_thank_you.css">
<script src="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/jquery-1.9.1.min.js"></script>
<script src="https://2-22-4-dot-lead-pages.appspot.com/static/lp918/min/html5shiv.js"></script>
</head>
<body style="background-color: #886b53;color: white;">
<header class="site-header" id="header">
<h1 class="site-header__title" data-lead-id="site-header-title">THANK YOU!</h1>
</header>
<div class="main-content">
<i class="fa fa-check main-content__checkmark" id="checkmark"></i>
<p class="main-content__body" data-lead-id="main-content-body">We will get back to you shortly.</p>
<p class="main-content__body" data-lead-id="main-content-body"> Order ID: 3847384638436</p>
</div>
<footer class="site-footer" id="footer">
<p class="site-footer__fineprint" id="fineprint">Copyright ©2023 Talo | All Rights Reserved</p>
</footer>
</body>
</html>