-
Notifications
You must be signed in to change notification settings - Fork 0
/
Vid1.html
34 lines (28 loc) · 1.01 KB
/
Vid1.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
<!DOCTYPE html>
<html lang="es">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FWT5QJ8WJC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FWT5QJ8WJC');
</script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/windows.png" type="image/x-icon">
<title>Eres recompensado</title>
</head>
<body background="img/universo.gif">
<marquee behavior="" direction="left">
<h3 style="color: white;">¡Haz encontrado un video!</h3>
</marquee>
<center>
<video src="Vidios/meirl.mp4" autoplay loop height="700px"></video>
<a style="color: #fff;" href="Saikore.html">
<h2> Ya no existe el pasado, solo el presente y las lecciones que aprendimos. </h2>
</a>
</center>
</body>
</html>