Página redireciona após alguns segundos
setTimeout(function(){
window.location.href = 'https://www.google.com';
}, 5000); //5000ms is 5 seconds
emcee
setTimeout(function(){
window.location.href = 'https://www.google.com';
}, 5000); //5000ms is 5 seconds