-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnp.html
37 lines (32 loc) · 1.21 KB
/
snp.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
<!DOCTYPE html>
<html>
<head>
<title>Covid[19]- A War</title>
<link rel="stylesheet" type="text/css" href="covid.css">
</head>
<body >
<div class="screen">
<div class="shead">
<h1>Covid - 19</h1>
<hr>
<div class="links">
<span class="tab1"><a href="covid.html">Numerical Data</span></a>
<span class="tab1"><a href="snp.html">Symptoms</a> </span>
<span class="tab1" ><a href="p.html">Prevention</a></span>
<span class="tab1"><a href="atw.html" id="l">World Wide Info</a> </span>
<span class="tab1"><a href="err.html" id="l">State LookUp</a> </span>
</div>
</div>
<div class="full">
<div class="t1"><img src="sneezing.jpeg"> Sneezing</div>
<div class="t2"><img src="t.jpeg"> Body temperature</div>
<div class="t3"><img src="la.jpeg"> Breathing Problems</div>
<div class="t4"><img src="sp.jpeg">Cough</div>
<div class="t5"><img src="head.jpeg"> Headache</div>
<div class="t6"><img src="w.jpeg"> Weakness</div>
<div class="t7"><img src="mp.jpeg"> Muscles Pain</div>
<div class="t8"><img src="v.jpeg"> Vomiting</div>
</div>
</div>
</body>
</html>