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

16 lines
428 B
HTML

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