-
Notifications
You must be signed in to change notification settings - Fork 0
/
browser_err.html
26 lines (24 loc) · 905 Bytes
/
browser_err.html
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>
<head>
<title>Psychology Experiment - Error</title>
<link rel=stylesheet href="./static/css/bootstrap.min.css" type="text/css">
<link rel=stylesheet href="./static/css/style.css" type="text/css">
</head>
<body>
<div id="container-error">
<div id="error">
<h1>Sorry, there was an error!</h1>
<hr>
<div class="alert alert-danger">
<p> We requested you to use Google Chrome for the best operation of this experiment.
If you cannot perform this experiment on Google Chrome, please release the HIT so that someone
else can do it. Thank you!
</p>
</div>
<hr>
<h3> Our sincere apologies! </h3>
</div>
</div>
</body>
</html>