-
Notifications
You must be signed in to change notification settings - Fork 1
/
verificar-correo.html
51 lines (28 loc) · 1.35 KB
/
verificar-correo.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
<!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:20px">
<center>
<img style="padding:20px; width:15%" src="https://tutorialesatualcance.com/tienda/icon-email.png">
<h3 style="font-weight:100; color:#999">VERIFIQUE SU DIRECCIÓN DE CORREO ELECTRÓNICO</h3>
<hr style="border:1px solid #ccc; width:80%">
<h4 style="font-weight:100; color:#999; padding:0 20px">Para comenzar a usar su cuenta, debe confirmar su dirección de correo electrónico</h4>
<a href="http://localhost/reservas-hotel/678ec21f18a39c43b95e93de54d78a93" target="_blank" style="text-decoration:none">
<div style="line-height:60px; background:#0aa; width:60%; color:white">Verifique su dirección de correo electrónico</div>
</a>
<br>
<hr style="border:1px solid #ccc; width:80%">
<h5 style="font-weight:100; color:#999">Si no se inscribió en esta cuenta, puede ignorar este correo electrónico y la cuenta se eliminará.</h5>
</center>
</div>
</div>
</body>
</html>