-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
23 lines (23 loc) · 1000 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no">
<title>odd_one_out_experiment [PsychoPy]</title>
<!-- styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/jquery-ui.min.css">
<link rel="stylesheet" href="./lib/psychojs-2022.2.5.css">
</head>
<body>
<div id="root"></div>
<!-- external libraries -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/preloadjs.min.js"></script>
<!-- experiment -->
<script src="./odd_one_out_experiment.js" type="module"></script>
<!-- legacy browsers -->
<script src="./lib/psychojs-2022.2.5.iife.js" nomodule></script>
<script src="./odd_one_out_experiment-legacy-browsers.js" nomodule></script>
</body>
</html>