-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainPage.php
34 lines (34 loc) · 1.51 KB
/
MainPage.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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="FrontEnd/style.css">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Comfortaa" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<br>
<body class="background"></body>
<div class="container">
<h1 class="heading">
Obstructive Sleep Apnea <br> Detection Program
<p class="paragraph">
Sleep Apnea is a condition that occurs when a person regularly stop breathing during sleep.
Each episodes of stopped breathing may take 10 seconds or longer. It can be classified as mild, moderate
or severe, based on the number of apnea and slowed breathing (hypopnea) per hour. Apnea episodes may
occur from 5 to 50 times an hour.
<br>
<br>
<br>
<div class="link">
<a href="FrontEnd/about.php" class="link-danger">Learn More</a>
<br>
<br>
<br>
<br>
<button onclick="window.location.href='FrontEnd/question.php'" type="button" class="btn btn-primary btn-lg">Do you have OSA?? →</button>
</div>
</p>
</h1>
</div>
<br>
<br>
</html>