sophia/latest/index.html
2021-08-27 16:51:54 +02:00

16 lines
348 B
HTML

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