This commit is contained in:
2023-11-28 13:42:24 +01:00
parent 2127e2e850
commit 024851ef69
20 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plataformas</title>
</head>
<body>
<a href="../buscadores.html">Buscadores</a>
<a href="../periodicos.html">Periodicos</a>
<a href="../radios.html">Radios</a>
<a href="../televisiones.html">Televisiones</a>
<a href="./plataformas.html">Plataformas de Streaming</a>
<h1 style="color: green;">Buscadores</h1>
<h3>Prime</h3>
<a href="https://www.primevideo.com/offers/nonprimehomepage/ref=dv_web_force_root" target="_blank">Enlace</a>
<h3>Netflix</h3>
<a href="https://www.netflix.com/es/" target="_blank">Enlace</a>
<h3>HBO</h3>
<a href="https://www.hbomax.com/es/es" target="_blank">Enlace</a>
<h3>Para contactar pulse el siguiente enlace:</h3>
<a href="mailto:appasin04@gmail.com">Enlace</a>
</body>
</html>