-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
26 lines (25 loc) · 1.17 KB
/
home.php
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 rel="stylesheet" href="home_style.css">
</head>
<body>
<header class="header">
<a href="home.php" class="logo">APP</a>
</header>
<section class="home">
<div class="home-content">
<h1>Vita Care Health Monitor</h1>
<h3>Reduce the time wasted at hospitals.</h3>
<p>Non-communicable diseases are currently responsible for many deaths worldwide. About 70% of human deaths in Sri Lanka are caused by non-communicable diseases. Myocardial infarction, bronchial asthma, and hypertension are some major diseases among them. It's important to measure heart rate, blood pressure, and oxygen saturation level for the aforementioned disorders. Many patients visit the doctor merely to check the aforementioned vital signs or to show the report. </p>
<div class="btn-box">
<a href="register_form.php">SIGN UP</a>
<a href="login_form.php">LOGIN</a>
</div>
</div>
</section>
</body>
</html>