LANIA_Proyecto/views/agradecimiento-dc.html

22 lines
614 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>Gracias</title>
<link rel="stylesheet" href="../css/agradecimiento.css" type="text/css">
</head>
<body>
<div class="header">
<img src="../img/lania_logo.png" alt="Logo LANIA">
</div>
<div class="content">
<div>
<h2>¡Gracias por tu participación!</h2>
<p>Agradecemos tu tiempo y esperamos verte pronto nuevamente.</p>
</div>
</div>
</body>
</html>