2018-08-30 09:46:43 +02:00

4 lines
115 B
JavaScript

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