Fix: videos ahora con reproductor Vimeo embebido + Nginx en /rm-KSALDIS-DT/

This commit is contained in:
Ricardo Monla
2026-05-04 06:07:10 -03:00
parent cc04473009
commit 58d4c6df32
20 changed files with 14612 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=descargar-curso/descargas/LIBRO_DE_ESTUDIO.html">
<title>Redirigiendo a KSALDIS-DT...</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #fdfdfd;
color: #333;
}
</style>
</head>
<body>
<p>Redirigiendo al Dashboard del curso...</p>
<script>
window.location.replace("descargar-curso/descargas/LIBRO_DE_ESTUDIO.html");
</script>
</body>
</html>