Altere o URL com JavaScript após 5 segundos
window.setTimeout(function(){
window.location.href = "https://www.google.co.in";
}, 5000);
Haribo27
window.setTimeout(function(){
window.location.href = "https://www.google.co.in";
}, 5000);