-
Notifications
You must be signed in to change notification settings - Fork 0
/
viajes.html
36 lines (34 loc) · 1.31 KB
/
viajes.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
<!DOCTYPE HTML>
<html lang="es">
<head>
<!-- Datos que describen el documento -->
<meta charset="UTF-8" />
<meta name ="author" content ="Yeray Rodriguez Granda" />
<meta name ="description" content ="Información sobre los diferentes destinos turísticos en los que se desarrolla la F1" />
<meta name ="keywords" content ="F1, Miami, Las vegas, Reino Unido, España, India" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<title>Viajes</title>
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
<link rel="stylesheet" type="text/css" href="estilo/layout.css" />
<link rel="icon" href="multimedia/imagenes/icon.ico" />
</head>
<body>
<!-- Datos con el contenidos que aparece en el navegador -->
<header>
<h1><a href="index.html">F1 Desktop</a></h1>
<nav>
<a href="index.html">Inicio</a>
<a href="piloto.html">Piloto</a>
<a href="noticias.html">Noticias</a>
<a href="calendario.html">Calendario</a>
<a href="meteorologia.html">Meteorología</a>
<a href="circuito.html">Circuito</a>
<a href="viajes.html" class="active">Viajes</a>
<a href="juegos.html">Juegos</a>
</nav>
</header>
<p>Estás en: <a href="index.html">Inicio</a> >> Viajes</p>
<h2>Destinos</h2>
<p>En desarrollo</p>
</body>
</html>