mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-13 09:08:13 +00:00
16 lines
472 B
HTML
16 lines
472 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=../../../7.0/overview/experiment-options/" />
|
|
</noscript>
|
|
<script>
|
|
window.location.replace("../../../7.0/overview/experiment-options/" + window.location.hash);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="../../../7.0/overview/experiment-options/">../../../7.0/overview/experiment-options/</a>...
|
|
</body>
|
|
</html> |