Javascript Süreli Yönlendirme
<script>
setTimeout(function(){
window.location="https://isabicer.com";
}, 2000);//2 saniye sonra yönlenecek
</script>
<script>
setTimeout(function(){
window.location="https://isabicer.com";
}, 2000);//2 saniye sonra yönlenecek
</script>