-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
52 lines (46 loc) · 1.88 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="bootstrap theme, bootstrap template, html5 theme">
<meta name="description" content="Free Bootstrap template based on HTML5 and CSS3">
<link rel="shortcut icon" type="image/png" href="https://s10.postimg.org/7mjw3gv7d/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./style.css">
<link rel="stylesheet" href="./css/animate.css"/>
<script src="./js/jquery-2.1.0.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/typer.js"></script>
<script src="./js/blocs.js"></script>
<link rel='stylesheet' href='./css/et-line.min.css'/>
<link rel='stylesheet' href='./css/font-awesome.min.css'/>
<link href='https://fonts.googleapis.com/css?family=Montserrat&subset=latin,latin-ext' rel='stylesheet'
type='text/css'>
<title>Ideia Lucrativa</title>
</head>
<body>
<div class="page-container">
<div class="bloc bgc-carmine-pink d-bloc" id="contato">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-6">
<h1>Obrigado!</h1>
<h3 class="mg-md animated zoomIn">
Retornaremos seu contato o mais breve possível!
</h3>
</div>
<div class="col-sm-6 text-center tc-black">
<form action="https://guibovo.github.io/ideiaLucrativa/thanks.hmtl">
<input type="submit" class="btn btn-success btn-send" value="Retornar ao site">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Main container END -->
</body>
<!-- Google Analytics -->
<!-- Google Analytics END -->
</html>