Redirect in js
window.setTimeout(function(){ window.location.href = "https://www.google.com"; }, 3000);