-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 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="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles/main.css">
<title>Spring 1 Evaluacion Intermedia Yen</title>
</head>
<body>
<header>
<div class="logo">
<a href="https://adalab.es/" class="home">
<img src="images/logo_adalab_155x61.png" alt="logo adalab">
</a>
</div>
<nav class="menu">
<ul class="item">
<li class="blog">
<a href="#" class="nav-item">Blog</a>
</li>
<li class="contacto">
<a href="#" class="nav-item">Contacto</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="headline">
<h1 class="headline--text">
Creando Diversidad Digital
</h1>
</section>
</main>
</body>
</html>