CINXE.COM
Download App
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Download App</title> <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"> <style> html { font-family: 'Roboto', sans-serif; } body { display: flex; position: absolute; font-size: 16px; left: 0; right: 0; top: 0; bottom: 0; } #containerStore { margin: auto; max-width: 450px; width: 100%; text-align: center; padding: 3rem 2rem; } #containerStore.showios .iositem, #containerStore.showandroid .androiditem { display: block; } .appstoreIcon img { max-width: 180px; width: 100%; display: block; margin: 0 auto; } .appName { font-size: 2rem; } .appName > p { margin-top: .8rem; } .appBtn img { max-width: 180px; width: 100%; display: block; margin: 0 auto; } </style> </head> <body> <div id="containerStore" class="showios"> <span>Redirecting...</span> <script>window.location = 'https://www.caixabank.es' </script> </div> </body> </html>