-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 2.05 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
<!-- index.html -->
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Repositorios de Mis proyectos</title>
</head>
<body>
<header>
<h1>Bienvenido al Centro de Peliculas</h1>
</header>
<main>
<section id="juegos">
<h2>Las Películas disponibles</h2>
<ul>
<li><a href="./mp4player/index.html">Ver</a></li>Johnny english<li><a href="https://huggingface.co/spaces/CBer35/hostfiles/resolve/main/Johnny.english.strikes.again.2018.1080p-dual-lat-ci.to.mp4?download=true">Descargar</a></li>
<p>
<li><a href="./iptvplayer.html">Ver</a>Al Jazeera</li>
<li><a href="https://m3u8player.live/#type=m3u8&src=https%3A%2F%2Flive-hls-v3-aja.getaj.net%2FAJA-V3%2Findex.m3u8">Por si no funciona en pc Al jazeera</li>
<p>
<li><a href="history2d/history2d.html">Ver en vivo Dimelo Tv</a></li>
<p>
<li><a href="https://m3u8player.live/#type=m3u8&src=https%3A%2F%2Fcloud2.streaminglivehd.com%3A19360%2F8062%2F8062.m3u8">Por si no funciona en pc Dimelo Tv</li>
<p>
<li><a href="./godzillavskong/godzillavskong.html">Ver</a></li>Godzilla vs Kong<li><a href="https://huggingface.co/spaces/CBer35/hostfiles/resolve/main/Godzilla%20y%20Kong%20el%20nuevo%20imperio.mp4?download=true">Descargar</a></li>
<p>
<li><a href="./arthurtheking/arthurtheking.html">Ver</a></li>Arthur The King<li><a href="https://huggingface.co/spaces/CBer35/hostfiles/resolve/main/Arthur.the.King.2024.mp4?download=true">Descargar</a></li>
<p>
<li><a href="./zootopia/zootopia.html">Ver</a></li>Zootopia<li>Descargar<a href="https://huggingface.co/spaces/CBer35/hostfiles/resolve/main/Z00T0P14HD00027_%5Bjspeliculashd.wordpress.com%5D.mp4?download=true">Descargar</a></li>
<p>
<!-- Agrega más juegos aquí -->
</ul>
</section>
</main>
<footer>
</footer>
<script src="script.js"></script>
</body>
</html>