-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
42 lines (41 loc) · 1.75 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
h2 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
p {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}
div {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
ul {
text-align: left;
list-style-position: inside;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>Relationship between Illusion Sensitivity and Inter-individual Characteristics</h1>
<p style="text-align:center;">This page is just for testing things. Better to go to <b><a href="https://github.com/RealityBending/IllusionGameReliability">https://github.com/RealityBending/IllusionGameReliability</a></b></p>
<h2 style="background-color: MediumSeaGreen">Content</h2>
<ul><li><b><a href="https://osf.io/k4ntd">Preregistration</a></b></li></ul>
<h3 style="background-color: DodgerBlue">Try Experiments</h1>
<ul><li><b><a href="session1/index.html">Session 1</a></b></li></ul>
<ul><li><b><a href="session2/index.html">Session 2</a></b></li></ul>
<!-- <h2 style="background-color: MediumSeaGreen">See Results</h1>
<ul><li><a href="study1/study1.html">Pilot Study</a></li></ul>
<ul><li><a href="study2/study2.html">Results (part 1)</a></li></ul></p>
<ul><li><a href="study3/study3.html">Results (part 2)</a></li></ul></p> -->
</body>
</html>