-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacto.html
33 lines (28 loc) · 913 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<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">
<title>Contacto</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<header>
<div class="pastas">
<h1>Contacto</h1>
</div>
</header>
<main>
<main>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi laboriosam vero neque optio esse natus voluptatum sit, ex pariatur dolores et ab? Earum sunt praesentium iure nulla nostrum nemo? Quod.</p>
<p><a href="mailto:info@pastascaseras.com">Mandame un e-mail</a></p>
<div class="centro">
<a href="https://www.pexels.com/" title="Pexels" target="_blank">
<img src="pasta1.jpg" alt="Pasta" width="50%" height="auto">
</a>
</div>
<p><a href="index.html">Volver!</a></p>
</main>
</body>
</html>