-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoMasPicante.html
More file actions
49 lines (35 loc) · 1.44 KB
/
LoMasPicante.html
File metadata and controls
49 lines (35 loc) · 1.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lo mas picante 🔥😈</title>
<link rel="icon" href="./Icono/Gatita.ico">
<link rel="stylesheet" href="./normalise.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./style_lo mas picante.css">
</head>
<body>
<header class="cabeza">
<nav class="barra">
<a href=""><img class="logo" src="./imagenes/Gatita.jpg" alt="Gatica"></a>
<div class="lista">
<ul>
<li><a href="./index.html">Inicio</a></li>
<li><a href="#">Actualidades</a></li>
<li><a href="./LoMasPicante.html">Lo mas picante 🔥😈</a></li>
<li><a href="./Nosotros.html">Nosotros</a></li>
</ul>
</div>
<form action="">
<input class="barra-busqueda" type="search" name="#" placeholder="Que quieres buscar?">
<button class="boton-buscar" type="submit">Buscar</button>
</form>
</nav>
</header>
<div class="videoprueba">
<h1>Video de prueba</h1>
<video width="300" controls> <source src="./videos/WhatsApp Video 2023-09-17 at 7.20.49 PM.mp4" type="Video/mp4"></video>
</div>
</body>
</html>