-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 958 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>painpred [PsychoPy]</title>
<!-- styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="./lib/psychojs-2022.2.4.css">
</head>
<body>
<div id="root"></div>
<!-- external libraries -->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery-ui-dist@1.12.1/jquery-ui.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/preloadjs@1.0.1/lib/preloadjs.min.js"></script>
<!-- experiment -->
<script src="./painpred.js" type="module"></script>
<!-- legacy browsers -->
<script src="./lib/psychojs-2022.2.4.iife.js" nomodule></script>
<script src="./painpred-legacy-browsers.js" nomodule></script>
</body>
</html>