-
Notifications
You must be signed in to change notification settings - Fork 2
/
thankyou.html
31 lines (23 loc) · 1 KB
/
thankyou.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
<!DOCTYPE html>
<html>
<head>
<title>Hadfy</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/thankyou.css">
</head>
<header>
<img class="container img-fluid img-icon" src="img/icones/e1dcf66b7a5477354409e5d6c02b4670.png" alt="Logotipo Hadfy">
</header>
<body>
<div class="container texto">
<h2>Obrigado! Baixe seu e-book.</h2>
<a href="https://drive.google.com/open?id=13wzfZGsKbz0oBJNnHtSaZgCoQjetIhHk" download><button type="button" class="btn btn-primary" style="background-color:#65679A">Clique aqui</button></a>
</div>
<script type="text/javascript" src="js/jquery-3.2.1.slim.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>