-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·61 lines (41 loc) · 1.31 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MAS TV</title>
<script src="./js/jquery-3.6.1.js"></script>
<script src="./js/ovenplayer.js"></script>
<script src="./js/hls.js"></script>
<!-- <link rel="stylesheet" href="./css/bootstrap.min.css"> -->
<link rel="stylesheet" href="./css/estilos.css">
</head>
<body>
<video class="videobg" autoplay="autoplay" muted="muted" loop="loop">
<source src="./bg.mp4" type="video/mp4">
</video>
<header>
<!-- <nav>
<a href="/app.html">APP</a>
<a href="/movil1.html">MOVIL 1</a> |
<a href="/index.html">6 CANALES</a> |
<a href="/movil12.html">Movil 1 y 2</a>
</nav> -->
</header>
<div class="container" id="contenedorPrincipal">
<div class="videocontainer1">
<div id="reproductor1"></div>
</div>
<div class="videocontainer2">
<div id="reproductor2"></div>
</div>
<div class="videocontainer3">
<div id="reproductor3"></div>
</div>
<div class="videocontainer0">
<img src="./studio.jpg" width="854" height="480"></img>
<div id="reproductor100"></div>
</div>
</div>
<script src="./js/app.js"></script>
</body>
</html>