/
home
/
simp499cl
/
public_html
/
pmc
/
descargar
/
/home/simp499cl/public_html/pmc/descargar
mkdir
upload
Name
Size
Mode
Actions
index.html
1956
0644
edit
dl
rm
Edit:
/home/simp499cl/public_html/pmc/descargar/index.html
(1956B)
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <title>Descargar Dónde Vamos</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; margin: 0; font-family: 'Arial', sans-serif; background-color: #f5f5f5; text-align: center; } img { width: 120px; height: 120px; margin-bottom: 20px; } .spinner { border: 4px solid #ccc; border-top: 4px solid #00bcd4; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin-top: 20px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } a { color: #00bcd4; text-decoration: none; margin-top: 20px; display: inline-block; } </style> <script> window.onload = function() { var userAgent = navigator.userAgent || navigator.vendor || window.opera; if (/android/i.test(userAgent)) { window.location.href = "https://play.google.com/store/apps/details?id=com.simplesystems.dondevamos"; } else if (/iPad|iPhone|iPod/.test(userAgent) && !window.MSStream) { window.location.href = "https://apps.apple.com/us/app/dondevamos/id6670276447"; } else { window.location.href = "https://www.simplesystems.cl/dondevamos"; } }; </script> </head> <body> <!-- Logo de la app --> <img src="https://www.simplesystems.cl/dondevamos/img/DondeVamos_Transparente.png.png" alt="Logo Dónde Vamos"> <h1>Redirigiendo...</h1> <!-- Spinner animado --> <div class="spinner"></div> <!-- Enlace manual en caso de problemas --> <a href="https://www.simplesystems.cl/dondevamos">Haz clic aquí si no se redirige automáticamente</a> </body> </html>
Save
Descargar Dónde Vamos
Redirigiendo...
Haz clic aquí si no se redirige automáticamente