Перезагрузить страницу Afer 2 Sec JS код

setTimeout(function(){
   window.location.reload(1);
}, 5000);
Tyagi420