-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 774 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sitio web temporal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Por que el deporte es tu pasión Felipe</h1>
</header>
<main>
<section class="video-container">
<iframe width="1024" height="780" src="./video/Video Para Victor.mp4" title="Video para Victor" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
</main>
<footer>
<p>© 2024 Mi Sitio Web Privado. Todos los derechos reservados.</p>
</footer>
</body>
</html>