4 lines
115 B
JavaScript
Raw Normal View History

setTimeout(function () {
window.location.href= 'http://localhost/slegpi'; // the redirect goes here
},2000);