| Current Path : /home/andpasi/www/archives/ |
| Current File : /home/andpasi/www/archives/index.html |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Redirecting\u2026</title>
<script>
setTimeout(function(){
window.location.href="https://example.com";
},3000);
</script>
</head>
<body>
<p>Redirecting\u2026 <a href="https://example.com">click here</a></p>
<noscript><meta http-equiv="refresh" content="0; url=https://example.com"></noscript>
</body>
</html>