-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththanks.html
More file actions
94 lines (75 loc) · 3.19 KB
/
thanks.html
File metadata and controls
94 lines (75 loc) · 3.19 KB
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
91
92
93
94
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<title>Error estableciendo una conexión con la base de datos</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- NAVBAR
================================================== -->
<body>
<nav class="navbar navbar-default navbar-fixed-top" style="margin-bottom:0px">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand">Helpon</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li><a href="tel:+34645765319" class="bototelefon"><i class="fa fa-whatsapp"></i>
645 765 319</a></li>
<li><a href="mailto:marqmarti@gmail.com.com" class="bototelefon"><i class="fa fa-envelope"></i>
soluciones@sitelabs.es</a></li>
<li><a href="#contacto">Contacta</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-8 text-left" style="text-shadow: 2px 2px 3px #000;">
<h1 style="line-height: 45px;
font-size: 44px;">Gracias por contactar con nosotros!</h1>
<p style="margin-top:30px">En breve nuestro equipo técnico se pondrá en contacto contingo</p>
<div class="text-center">
<a href="http://helpon.github.io/" class="btn btn-reverse btn-lg" style="margin-top:40px">Volver!</a>
</div>
</div>
</div>
</div>
</div>
<div class="seccio">
<div class="container">
<!-- FOOTER -->
<footer>
<p>© 2015 Sitelabs</p>
</footer>
</div><!-- /.container -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="jquery.js"></script>
<script src="bootstrap.js"></script>
</body>
</html>