-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (40 loc) · 2.01 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
<!-- Copyright by Sanjula De Alwis
All rights reserved ---->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coronavirus (COVID-19) - Tracker</title>
<link rel="shortcut icon" href="https://hpb.health.gov.lk/covid19-dashboard/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Dosis:400,700" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap" rel="stylesheet">
<!-- Adding CSS ----------------->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/loader.css">
</head>
<body id="body">
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<img src="images/covid.png" alt="" id="GovLogo">
<h1 style="text-align: center;padding: 30px; font-family: 'Raleway', sans-serif;">Dashboard of the COVID-19 Virus Outbreak - <b style="font-weight: bold;">Sri Lanka</b></h1>
<div id="root" >
</div>
<a id="button"></a>
<!-- Adding Javascript ---------->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/main.js"></script>
<script src="js/index.js"></script>
<script src="js/imagePut.js"></script>
<script src="js/jquery.fadethis.js"></script>
<script src="js/numberCount.js"></script>
<script src="js/footer.min.js"></script>
</body>
</html>