-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcovid.html
More file actions
43 lines (34 loc) · 1.6 KB
/
Copy pathcovid.html
File metadata and controls
43 lines (34 loc) · 1.6 KB
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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>COVID-19</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@200;300&display=swap" rel="stylesheet">
</head>
<body class="diseases">
<h1>COVID-19</h1>
<section>
<h2>Description</h2>
<p class="longline">Coronavirus disease 2019 (COVID-19) is a respiratory illness caused by a virus called SARS-CoV-2. Symptoms often include cough, shortness of breath, fever, chills, muscle pain, sore throat, or new loss of taste or smell.</p>
</section>
<section>
<h2>Symptoms</h2>
<p>Fever or chills, Cough, Shortness of breath or difficulty breathing, Fatigue, Muscle or body aches, Headache, New loss of taste or smell, Sore throat, Congestion or runny nose, Nausea or vomiting, Diarrhea</p>
</section>
<section>
<h2>What To Do</h2>
<p>1. Stay home to rest</p>
<p>2. Seek medical help</p>
<p>3. Seperate yourself from other people</p>
<p>4. Monitor your symptoms</p>
</section>
<a href="results.html"><button type="button" class="returndiseases">Return to potential diseases</button></a>
<a href="search.html#symptoms"><button type="button" class="returndiseases">Return to symptoms search</button></a>
<p></p>
<a href="MedSearch.html"><button type="button" class="returndiseases">Return to home page</button></a>
<script src="index.js" charset="utf-8"></script>
</body>
<footer>
</footer>
</html>