-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cuadros.html
62 lines (47 loc) · 1.42 KB
/
Cuadros.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Salón especial BSK</title>
<link rel="stylesheet" type="text/css" href="css/styleCuadros.css">
</head>
<body>
<header>
<h1>Especial</h1>
</header>
<main>
<figure class="Cuadro1">
<a href="index.html">
<img src="img/Rfighter.jpg">
<figcaption>
<p>Ir al Inicio</p>
</figcaption>
</a>
</figure><!--fin cuadro 1-->
<figure class="Cuadro2">
<a href="docs/CaptainTsubasa.pdf">
<img src="img/CaptainTsubasa.jpg">
<figcaption>
<p>Descargar la guía</p>
</figcaption>
</a>
</figure><!--fin cuadro 2-->
<figure class="Cuadro3">
<a href="https://www.youtube.com/@BSKeeper" target="_blank">
<img src="img/TecmoCup.jpg">
<figcaption>
<p>Ir al canal BSKeeper</p>
</figcaption>
</a>
</figure><!--fin cuadro 3-->
<div class="TV">
<img src="img/TV.png">
<iframe src="https://www.youtube.com/embed/Yi0bcgLN7Hs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div><!--fin tv retro-->
</main>
<footer class="Pie">
Sitio creado por <a href="https://www.facebook.com/BSKeeper" target="_blank"> BSK </a>
</footer><!--Pie fin -->
</body>
</html>