21 lines
698 B
HTML
21 lines
698 B
HTML
<!DOCTYPE html>
|
|
<html data-bs-theme="light" lang="es-mx">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
<title>formsLania</title>
|
|
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="text-bg-light" style="height: 70px;"><img src="assets/img/logo-lania.png" style="height: 65px;margin: 0px 10px;"></div>
|
|
<div class="card">
|
|
<div class="card-body" style="margin: 0px 30px;">
|
|
<h1 class="text-center">¡Gracias por registrarse!</h1>
|
|
</div>
|
|
</div>
|
|
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
|
</body>
|
|
|
|
</html> |