-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (61 loc) · 1.75 KB
/
index.html
File metadata and controls
61 lines (61 loc) · 1.75 KB
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>
<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>PHQ-4-R</h1>
<p style="text-align: center">
This page is just for testing things. Better to go to
<b
><a
href="https://github.com/DominiqueMakowski/InteroceptiveAccuracyScale"
>https://github.com/DominiqueMakowski/InteroceptiveAccuracyScale</a
></b
>
</p>
<h2 style="background-color: DodgerBlue">Content</h2>
<ul>
<li>
<b
><a
href="https://github.com/DominiqueMakowski/InteroceptiveAccuracyScale/tree/main/data"
>Data</a
></b
>
</li>
</ul>
<ul>
<li>
<b><a href="analysis/analysis.html">Analysis</a></b>
</li>
</ul>
<ul>
<li>
<b><a href="paper/1_Initial/manuscript.pdf">Paper</a></b>
</li>
</ul>
</body>
</html>