-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 1.95 KB
/
index.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 lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Probot + Netlify Functions example</title>
</head>
</html> -->
<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>
<div class="pageLoad">
<div class="inner">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<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">
Thanks for installing codebot. It means a lot to us.
</p>
<br />
<br />
<footer class="site-footer" id="footer">
<p class="site-footer__fineprint" id="fineprint">
Copyright ©2024 | All Rights Reserved
</p>
</footer>
</body>
</html>