-
Notifications
You must be signed in to change notification settings - Fork 0
/
mas_informacion.html
43 lines (40 loc) · 1.3 KB
/
mas_informacion.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/estilo.css">
<base href="https://fincamd.github.io/SEW-Practica2/">
<title>Más información</title>
</head>
<body>
<header>
<h1>Enlaces externos y más información</h1>
</header>
<main>
<section class="textSection" title="Enlaces">
<header>
<h2>Enlaces</h2>
</header>
<nav>
<ul>
<li>
<a href="https://es.hboespana.com/series/the-sopranos/103aae84-b40c-4d86-bf79-b9521c06b640"
target="_blank">The
sopranos - HBO España</a>
</li>
<li>
<a href="https://www.filmaffinity.com/es/film402150.html" target="_blank">Serie Los Soprano en
FilmAffinity.com</a></li>
<li>
<a href="https://es.wikipedia.org/wiki/Los_Soprano" target="_blank">Más información en
Wikipedia</a>
</li>
</ul>
</nav>
</section>
</main>
<footer>
<a href="index.html">Volver al índice</a>
</footer>
</body>
</html>