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