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