-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
37 lines (34 loc) · 1.27 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<title>Menu questionari</title>
<style>
.button-container {
display: flex;
justify-content: space-around;
margin-top: 50px;
}
.button-container button {
padding: 10px 20px;
font-size: 16px;
}
</style>
</head>
<body>
<h1>restoreMAM</h1>
Questionari di valutazione del paziente
<div class="button-container">
<button onclick="location.href='Quest1/part2.html'">CIRS</button>
<button onclick="location.href='Quest1/part5.html'">Terapia</button>
<button onclick="location.href='Quest1/part6.html'">Stile di vita</button>
<button onclick="location.href='Quest1/part9.html'">Clinica</button>
<button onclick="location.href='Quest2/fisio0.html'">Gradim. Fisiot.</button>
</div><br /><div class="button-container">
<button onclick="location.href='Quest3/EORTC.html'">EORTC</button>
<button onclick="location.href='Quest4/Benessere1.html'">Benessere</button>
<button onclick="location.href='Quest5/QuickDASH1.html'">QuickDASH</button>
<button onclick="location.href='Quest6/TSK1.html'">TSK</button>
<button onclick="location.href='Quest7/FAS1.html'">FAS</button>
</div>
</body>
</html>