-
Notifications
You must be signed in to change notification settings - Fork 0
/
risktest.html
26 lines (26 loc) · 988 Bytes
/
risktest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/risktest.css">
</head>
<body>
<header>
<img src="images/sustain3 2.png" alt="logo">
</header>
<div id="container">
<h1>Chronic disease risk test</h1>
<p id="p1">This test will measure your risks for certain chronic diseases. The
test takes only a couple of minutes to complete. It is a quick, easy,
and confidential way to find out your risk of developing type 2
diabetes or cardiovascular disease.
</p>
<p id="p2">This is an assessment tool. Do not use for diagnostic purposes.</p>
<p id="p3">Questions? <a href="#"> Email [email protected]</a></p>
<a href="form.html" id="start">Start</a>
</div>
</body>
</html>