-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.php
90 lines (73 loc) · 2.81 KB
/
thankyou.php
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#f7393e">
<link type="text/css" rel="stylesheet" href="css/bootstrap.css">
<link type="text/css" rel="stylesheet" href="css/bootstrap-theme.css">
<link type="text/css" rel="stylesheet" href="css/bootstrap-responsive.css">
<link type="text/css" rel="stylesheet" href="css/iconfonts.css">
<link type="text/css" rel="stylesheet" href="css/animate.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<title>LeadToWin</title>
<link type="text/css" rel="stylesheet" href="ty.css" media="all" >
<link href="https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei" rel="stylesheet">
</head>
<body class="success" >
<!-- Header begins -->
<header>
<section id="header-02">
<div class="container">
<article class="row">
<div class="col-sm-12">
<a id="logo-header" target="_blank" href="http://www.LeadToWin.com"></a>
<nav><ul><li> </li></ul></nav>
</div>
</article>
</div>
</section>
</header>
<!-- Header ends -->
<!-- Page content begins-->
<section id="demo">
<div>
<div class="container">
<article class="row">
<!-- Loading ends -->
<!-- Result begins -->
<h2 class="col-xs-12 text-center fadeInUp animated anim-delay-02"><strong>Muchas gracias por su solicitud. <br><br>En breve le contactará uno de nuestros expertos. <br></h2>
<div class="col-xs-10 col-xs-offset-1 col-sm-4 col-sm-offset-4">
<figure class="image-box fadeIn animated anim-delay-06">
<img src="img/lapImg.webp" width="700">
<i class="icon-ok zoomIn animated text-center anim-delay-06"></i>
</figure>
</div>
<script language="javascript" type="text/javascript">
document.getElementById('contenedor2').style.display = 'none';
</script>
<!-- Result ends -->
</article>
</div>
</div>
</section>
<!-- Footer begins-->
<footer>
<section id="footer-02">
<div class="container">
<article class="row">
<div class="col-sm-12 text-center">
<p>© LeadToWin soluciones informáticas 2018 | Todos los derechos reservados</p>
</div>
</article>
</div>
</section>
</footer>
<!-- Footer ends-->
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
</html>