-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdisclaimer.html
33 lines (31 loc) · 1.55 KB
/
disclaimer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="title" content="ମୋ ଟିକା 💉">
<meta name="description" content="Vaccine Availability for Khorda District, Odisha">
<meta name="author" content="Saswat Samal">
<meta name="keywords" content="Saswat Samal, vaccine, vaccination, Tracker, cowin, india, covid19">
<meta property="og:image" content="./assets/img/header.png/">
<link rel="shortcut icon" href="./assets/icons/icon.svg" type="image/x-icon">
<title>ମୋ ଟିକା 💉 | Disclaimer</title>
<!-- fontawesome CDN -->
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.1.0/css/all.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
</head>
<body class="container mt-5">
<h1>All the data are provided fetch from CoWin using there API. Developer is not responsible for any kind of misinformation.</h1>
<h1 style="text-align: center;">ସମସ୍ତ ତଥ୍ୟ ଭାରତ ସରକାର ପ୍ରଦାନ କରିଛନ୍ତି।</h1>
<div class="row">
<div class="col-5"></div>
<a href="index.html" class="col-7" style="text-decoration: none;">
<button class="btn btn-primary ml-4 mt-3">
<i class="fas fa-chevron-left"></i> Home
</button>
</a>
</div>
</body>
</html>