-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathThankyou_Handedness_Imagery.html
61 lines (47 loc) · 1.81 KB
/
Thankyou_Handedness_Imagery.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>MetaMotor - Lab </title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<!-- For Altmetrics badges -->
<script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script>
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/footer.js" type="text/javascript" defer></script>
<body>
<header-component></header-component>
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>Many thanks for completing this survey!</h3>
<hr>
</div>
</div>
<div>
<p>We really, really appreciate your help.
<br><br>
In the specific experiment you took part in, we are trying to understand under which conditions we can correctly describe how vividly we imagined a movement.
<br><br>
We plan to finish collecting data before this summer, and again we could not have done it without your
help!
</p>
</div>
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<footer-component></footer-component>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</head>
</html>