-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 845 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Perception Study</title>
<link rel="stylesheet" href="jspsych.css">
</head>
<body>
<!-- jsPsych core -->
<script src="jspsych.js"></script>
<!-- Plugins -->
<script src="plugins/plugin-html-keyboard-response.js"></script>
<script src="plugins/plugin-instructions.js"></script>
<script src="plugins/plugin-audio-keyboard-response.js"></script>
<script src="plugins/plugin-preload.js"></script>
<script src="plugins/plugin-html-button-response.js"></script>
<!-- Firebase SDK -->
<script src="https://www.gstatic.com/firebasejs/10.7.1/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.7.1/firebase-database-compat.js"></script>
<!-- Your experiment -->
<script src="experiment.js"></script>
</body>
</html>