-
Notifications
You must be signed in to change notification settings - Fork 1
/
contactenos.html
43 lines (26 loc) · 1.19 KB
/
contactenos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div style="width:100%; background:#eee; position:relative; font-family:sans-serif; padding-bottom:40px">
<center>
<img style="padding:20px; width:10%" src="https://tutorialesatualcance.com/tienda/logo.png">
</center>
<div style="position:relative; margin:auto; width:600px; background:white; padding-bottom:20px">
<center>
<img style="padding:20px; width:15%" src="https://tutorialesatualcance.com/tienda/icon-email.png">
<h3 style="font-weight:100; color:#999;">HA RECIBIDO UNA CONSULTA</h3>
<hr style="width:80%; border:1px solid #ccc">
<h4 style="font-weight:100; color:#999; padding:0px 20px; text-transform:uppercase">Juan Fernando Urrego</h4>
<h4 style="font-weight:100; color:#999; padding:0px 20px;">Móvil: 300 6665543</h4>
<h4 style="font-weight:100; color:#999; padding:0px 20px;">Email: correotutorialesatualcance@gmail.com</h4>
<h4 style="font-weight:100; color:#999; padding:0px 20px">Tengo una inquietud con la habitación Oriental.</h4>
<hr style="width:80%; border:1px solid #ccc">
</center>
</div>
</div>
</body>
</html>