-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjuegos.html
52 lines (48 loc) · 1.95 KB
/
juegos.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name ="author" content ="Ignacio Fernández Suárez - UO294177" />
<meta name ="description" content ="Podrás enterenterte jugando uno de nuestros juegos" />
<meta name ="keywords" content ="index,índice" />
<meta name ="viewport" content ="width=device-width, initial-scale=1.0" />
<title>Juegos</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/LogotipoF1Desktop.ico">
</head>
<body>
<header>
<img alt="logotipo_F1Desktop" src="multimedia/Logotipo_F1_Desktop_Sized.png"/>
<h1> <a href="index.html">F1 Desktop</a></h1>
<nav>
<a href="calendario.html">Calendario</a>
<a href="circuito.html">Circuito</a>
<a href="juegos.html" class="active">Juegos</a>
<a href="meteorologia.html">Meteorología</a>
<a href="noticias.html">Noticias</a>
<a href="piloto.html">Piloto</a>
<a href="php/viajes.php">Viajes</a>
</nav>
</header>
<p>Estás en: <a href="index.html">Inicio</a> >> Juegos</p>
<h2>Juegos</h2>
<section>
<h3>Selecciona un juego:</h3>
<nav>
<a href="memoria.html">Memoria</a>
<a href="php/semaforo.php">Semáforo</a>
<a href="api.html">Visualizador 3D</a>
<a href="php/elige.php">Elige</a>
</nav>
</section>
<footer>
<picture>
<source srcset="multimedia/Footter_Partners_max465px.png" media="(max-width: 465px)">
<source srcset="multimedia/Footter_Partners_max799px.png" media="(max-width: 799px)">
<source srcset="multimedia/Footter_Partners.png">
<img src="multimedia/Footter_Partners.png" alt="Footer of the Partners">
</picture>
</footer>
</body>
</html>