-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (38 loc) · 1.83 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
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap" rel="stylesheet">
<link rel='stylesheet' href='style.css'>
</head>
<body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<div id="logo">
<img src="https://covid.gov.pk/v2/img/logo.png" alt="logo" width="150px" height="50px">
</div>
<header>
<div class="headings">
<h4 style="color: green;">- KNOW ABOUT COVID-19</h4>
<h4>See the Realtime Pakistan </h3>
<h1><strong>COVID-19 Situation!</strong></h1>
<p>The coronavirus, or COVID-19, is inciting panic for a number of reasons.
It's a new virus, meaning no one has immunity.<br>It is highly contagious,
meaning it spreads fast. Its novelty means that scientists aren't completely sure as to how it behaves<br>
since they have very little history to go on.</p>
</div>
<div class="map">
<img src="https://covid.gov.pk/v2/img/header-b.png" alt="map" width="300" height="300" >
</div>
</header>
<main>
<div id="curve_chart" style="width: 900px; height: 500px"></div>
</main>
<script src="script.js"></script>
</body>
</html>