-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultimedia.html
52 lines (43 loc) · 1.7 KB
/
multimedia.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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="pagina sobre lalo the fat">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<title>Lalo the fat</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/styles/multimedia.css">
</head>
<body>
<header>
<h1>Lalo The Fat</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="amigos.html">Amigos</a></li>
<li><a class="active" href="multimedia.html">Multimedia</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
</header>
<video class="centrado" src="/assets/video/VID_20211215_134033.mp4" height="500px" controls autoplay muted></video>
<section>
<div class="gallery">
<a href="https://www.portalveterinaria.com/upload/20190617092608ar1706_esqueleto_1200.jpg"
target="_blank"><img
src="https://www.portalveterinaria.com/upload/20190617092608ar1706_esqueleto_1200.jpg" alt=""></a>
</div>
<div class="gallery">
<a href="https://greentology.life/wp-content/uploads/2023/11/gatos_adorable-gatito-gafas-sol-820x394.jpg"
target="_blank"><img
src="https://greentology.life/wp-content/uploads/2023/11/gatos_adorable-gatito-gafas-sol-820x394.jpg"
alt="">
</a>
</div>
</section>
<footer class="footer">
<p>Derechos reservados © </p>
</footer>
</body>
</html>