-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.html
88 lines (73 loc) · 2.44 KB
/
results.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<title>Parkinson Neural Tester</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">-->
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="stylesheet" href="css/footer.css">
<script src="https://kit.fontawesome.com/d615201915.js" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<ul class="disclaimer">
<a href="disclaimer.html">Disclaimer</a>
</ul>
<div class="logo">
<h4><a href="index.html">Parkinson Neural Tester</a></h4>
</div>
<div class="login">
<a href="login.html">log in
<i class="fa-solid fa-right-to-bracket "></i></a>
</div>
</nav>
<header>
<p>Results</p>
</header>
<main>
<div class="defaultCol">
<p>Probability: 68%</p>
<img src="audio.png" alt="cool audio waves wow" style="width: 30%;">
<h2>Model info</h2>
<p>name: test model</p>
<p>data size: 2000</p>
</div>
<div class="mainPageButtons">
<a href="index.html"><button >Exit</button></a>
</div>
</main>
<footer>
<div class="divf1">
<div class="divf12">
<h2>Contact</h2>
<hr>
<p><a href="https://www.instagram.com/">instagram</a> <i class="fab fa-instagram"></i></p>
<p>help line: 0912345678</p>
<p>email: [email protected]</p>
</div>
</div>
<div class="divf2">
<div class="divf22">
<h2>disclaimer</h2>
<hr>
<p><a href="disclaimer.html">Disclaimer</a></p>
<p>© 2023 Copyright: www.paral.sk</p>
</div>
</div>
<div class="divf3">
<div class="divf32">
<h2>Newsletter</h2>
<hr>
<form id="#">
<p>Email</p>
<input type="email" name="email">
<input type="submit">
</form>
</div>
</div>
</footer>
</body>
</html>