5 lines
139 B
JavaScript

document.addEventListener('DOMContentLoaded', function () {
setTimeout(function(){
window.location.reload();
}, 10000);
});