blob: 1e5a87477e5e57303b7ce30a4c35ca395a43e250 [file] [log] [blame]
<html>
<head>
<title>Navigate On Load</title>
<script type="text/javascript">
window.onload = () => {
location.href = '/hello.html';
};
</script>
</head>
<body>
</body>
</html>