-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 1.21 KB
/
index.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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewpoint" width="device-width, initial-scale=1">
<title>Covid[19]- A War</title>
<link rel="stylesheet" type="text/css" href="covid.css">
<script src = "\bootstrap-4.3.1-dist\js"></script>
<script src = "\bootstrap-4.3.1-dist\css"></script>
</head>
<body>
<div class="screen">
<div class="shead">
<h1>Covid - 19</h1>
<hr>
<div class="links">
<span class="tab1"><a href="index.html">Home</a></span>
<span class="tab1"><a href="covid.html">Numerical Data</a></span>
<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="try.html" id="l">State LookUp</a> </span>
</div>
</div>
</div>
<div class="big">
<div class="r1">
<img class ="image" src="5.jpg">
<h1>WORLD ON BREAK
<br><br><br>
WORLD IS BLOCKED</h1>
</div>
<div class="r4">
<img class="side" src="1.jpg">
<img class="side" src="d.jpg">
<img class="side" src="3.jpg">
</div>
</div>
</div>
</body>
</html>