blob: fb9ac47d17889b756716bba3ac0527a32555bd56 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
onload = () => {
setTimeout(() => {
window.location = "http://127.0.0.1:8000/navigation/resources/otherpage.html";
}, 0);
};
</script>
</body>
</html>