-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (30 loc) · 1018 Bytes
/
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Adalab</title>
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet" />
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<header class="header">
<a class="logo" href="https://adalab.es/" target="_blank">
<img title="logo-adalab" src="./images/adalab-logo-155x61.png" alt="logo-a-web-adalab">
</a>
<nav class="menu">
<ul class="list">
<li>
<a title="blog" class="list-items" href="">Blog</a>
</li>
<li>
<a title="contacto" class="list-items" href="">Contacto</a>
</li>
</ul>
</nav>
</header>
<main class="claim">
<h1 class="title">Creando diversidad digital</h1>
</main>
</body>
</html>