-
Notifications
You must be signed in to change notification settings - Fork 0
/
agenda.html
33 lines (25 loc) · 1.16 KB
/
agenda.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 ="author" content ="David Álvarez"/>
<meta name ="description" content ="Sección de agenda"/>
<meta name ="keywords" content ="Escritorio, virtual, agenda" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<title>Escritorio virtual - Agenda</title>
<link rel="icon" href="multimedia/img/favicon.ico">
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<h1>Agenda</h1>
<nav>
<a href="index.html" accesskey="I" tabindex="0">Inicio</a>
<a href="sobremi.html" accesskey="S" tabindex="1">Sobre mí</a>
<a href="noticias.html" accesskey="N" tabindex="2">Noticias</a>
<a href="agenda.html" accesskey="A" tabindex="3">Agenda</a>
<a href="meteorologia.html" accesskey="M" tabindex="4">Meteorología</a>
<a href="viajes.html" accesskey="V" tabindex="5">Viajes</a>
<a href="juegos.html" accesskey="J" tabindex="6">Juegos</a>
</nav>
</body>
</html>