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