Fix: www/ movido a raíz, estructura final

This commit is contained in:
Ricardo Monla
2026-05-04 13:52:29 -03:00
parent 1e13888679
commit 17ff243bfb
337 changed files with 46456 additions and 19 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>