-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.04 KB
/
index.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="widht=widht=device-widht, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik">
</head>
<body class="principal">
<header class="header">
<div>
<a href="http://adalab.es/" target="_blank"><img class="logo" src="images/logo.png" alt="logo adalab"></a>
</div>
<nav class="menu">
<ul class="contenedormenu">
<li class="blog">blog</li>
<li>
<a class="contacto" href="formulario.html" title="Contacto">contacto</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="imagen">
<div class="texto">
<h2>Creando diversidad digital</h2>
</div>
</div>
</main>
<footer class="footer">
<div class="elementosfooter">
<span class="copy">Adalab© 2017</span>
<a href="http://adalab.es/politica-de-cookies/" target="_blank"><span class="politica">politica de cookies</span></a>
</div>
</footer>
</body>
</html>