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