-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.03 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
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<title>SEW.P0</title>
<link rel="stylesheet" type="text/css" href="/sew23-24/estilo/estilo.css" />
<link rel="icon" type="image/png" href="/sew23-24/multimedia/favicon.png" />
</head>
<body>
<!--Barra de navegación común para todos los archivos-->
<header>
<h1> Inicio</h1>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="sobremi.html">Sobre mi</a></li>
<li><a href="noticias.html">Noticias</a></li>
<li><a href="agenda.html">Agenda</a></li>
<li><a href="meteorologia.html">Meteorología</a></li>
<li><a href="viajes.html">Viajes</a></li>
<li><a href="juegos.html">Juegos</a></li>
</ul>
</nav>
</header>
</body>
<!-- </html> -->