jsPsych/latest/demos/jspsych-html-keyboard-response-demo2.html
2021-10-01 16:11:13 -05:00

16 lines
536 B
HTML

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