-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
25 lines (19 loc) · 809 Bytes
/
error.html
File metadata and controls
25 lines (19 loc) · 809 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Error</title>
<script src="jspsych-6.0.5/jspsych.js"></script>
<script src="jquery-3.3.1.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.713.0.min.js"></script>
<link href="jspsych-6.0.5/css/jspsych.css" rel="stylesheet" type="text/css">
<link href="jspsych-6.0.5/css/zi_color_grid.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="error">
<div align="left">
<h1>Error</h1>
<p>If you are seeing this page, then a technical error has occured. We apologize for the technical difficulties that you are experiencing. Please return the study. Feel free to message us on Prolific to further discuss this.</p>
</div>
</div>
</body>