-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (70 loc) · 2.67 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset = "utf-8"/>
<meta name = "application-name" content = "soprano-series">
<meta name = "author" content = "Miguel Cuesta - UO258220">
<meta name = "description" content = "Índice de la página de la serie 'Los Soprano'">
<meta name = "keywords" content = "Soprano, series, HBO, mafia, tv">
<title>Los Soprano</title>
<!-- <base href = "http://localhost/prac1/"/> -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/index-layout.css">
<link rel="stylesheet" type="text/css" href="css/imagen.css">
</head>
<body>
<header>
<h1>Los Soprano</h1>
</header>
<section>
<nav>
<ul>
<li>
<a href="html/introduccion.html">Introducción a la serie</a>
</li>
<li>
<a href="html/argumento.html">Argumento</a>
</li>
<li>
<a href="html/concepcion.html">Origen y concepción</a>
</li>
<li>
<a href="html/escenarios.html">Escenarios y localizaciones</a>
</li>
<li>
<a href="html/personajes.html">Personajes y reparto</a>
</li>
<li>
<a href="html/temporadas.html">Temporadas</a>
</li>
<li>
<a href="html/premios.html">Premios</a>
</li>
<li>
<a href="html/opening.html">Opening de la serie</a>
</li>
<li>
<a href="html/soundtrack.html">Muestra de la banda sonora</a>
</li>
<li>
<a href="index.html">Índice</a>
</li>
</ul>
</nav>
</section>
<footer>
<section>
<h2>Más información</h2>
<ul>
<li>
<a href="https://es.hboespana.com/series/the-sopranos/103aae84-b40c-4d86-bf79-b9521c06b640">
Los Soprano en HBO</a>
</li>
<li>
<a href="https://www.filmaffinity.com/es/film402150.html">Ficha de FilmAffinity</a>
</li>
</ul>
</section>
</footer>
</body>
</html>