bottom/index.html
2021-06-24 04:13:57 +00:00

16 lines
340 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=nightly/" />
</noscript>
<script>
window.location.replace("nightly/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="nightly/">nightly/</a>...
</body>
</html>