-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacto.html
57 lines (51 loc) · 2.52 KB
/
contacto.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
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://images.vexels.com/media/users/3/158509/isolated/lists/e6a3a6c0c9ee65435e3b5cb2aef9693f-perro-cachorro-plano.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Nunito" />
<link rel="stylesheet" href="styles/contacto.css">
<link rel="stylesheet" href="styles/principal.css">
<title>Contacto con</title>
</head>
<body id="mensajes">
<header id="div-contacto">
<div class="contacto">
<div class="row header-contacto">
<div class="col mt-3 imagen-contacto mb-3">
</div>
</div>
</div>
</header>
<main>
<div class="contenedor-mensajes">
<div class="contenido-mensaje">
<p class="body1Bold vacio">Aún no hay mensajes</p>
</div>
<div class="msn mb-5 mt-5">
<input class="ms-1 txt-mensaje2 body1Regular form-control" type="text" placeholder="Aa">
</div>
</div>
</main>
<footer>
<nav class="navbar navbar-expand-lg navbar-light bg-light menu-mascotas">
<div class="container-fluid">
<a class="nav-link active" aria-current="page" href="index2.html" tabindex="-1">
<img src="https://i.ibb.co/6gqbqj7/Property-1-home.png" alt="" width="24" height="24"></a>
<a class="nav-link-mensaje" aria-current="page" href="mensajes.html" tabindex="-1">
<img class="icono-activo" src="https://i.ibb.co/GWfwFC6/mensajes.png" alt="" width="24" height="24"></a>
<a class="nav-link" aria-current="page" href="favoritos.html" tabindex="-1">
<img src="https://i.ibb.co/z23WHsF/Property-1-heart.png" alt="" width="24" height="24"></a>
<a class="nav-link" aria-current="page" href="usuario.html" tabindex="-1">
<img src="https://i.ibb.co/3RMCBkL/Component-2.png" alt="" width="24" height="24">
</a>
</div>
</nav>
</footer>
<script type="module" src="app/contacto.js"></script>
</body>
</html>