-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
28 lines (26 loc) · 907 Bytes
/
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-reboot.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<head>
<title>Unsubscribe</title>
<meta charset="UTF-8"/>
</head>
<body class="container">
<div>
<h2><li>Despedida.</li></h2>
</div>
<div class="card" style="width: 40rem; margin-left: auto; margin-right: auto; margin-top: 50px;">
<img src="img/visita.jpg" class="card-img-top" alt="">
<div class="card-body">
<h5 class="card-title"><b>Unsubscribe</b></h5>
<p class="card-text">Gracias por desuscribirse.</p>
<p class="card-text"><b>Att:</b> Motor Credito.</p>
</div>
</div>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>