File "redirect.html"
Full Path: /home/analogde/www/MassageProd/redirect.html
File size: 302 bytes
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html>
<body>
<script>
setTimeout(function(){
window.location.href = 'https://www.tutorialspoint.com/javascript/';
}, 5000);
</script>
<p>Web page redirects after 5 seconds.</p>
</body>
</html>