-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
97 lines (75 loc) · 3.75 KB
/
help.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Vaxin Search</title>
<link rel="shortcut icon" type="image/jpg" href="vax.jpg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="stylesheet2.css">
</head>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="index.html">Vaxin</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor03" aria-controls="navbarColor03" aaria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor03">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://covid.army/" target="_blank"">Covid-19 Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.cowin.gov.in/home" target="_blank"">CoWin Portal</a>
</li>
<li class="nav-item">
<a class="nav-link" href="help.html">Help</a>
</li>
</ul>
</div>
</nav>
<body>
<div id = "space"></div>
<div>
<h2><center>Covid-19 Vaccination Center Search by Pincode - Help</center></h2>
</div>
<br>
<div id="help-div">
<h1>FAQs</h1>
<br>
<p>The site is for informational purpose and information shown may not be 100% accurate. Please do not conside this as the source of truth.</p>
<ol>
<li><h4>Are all these information up-to date?</h4></li>
<p>While vaccination center names are up-to date as per the information served by GoI, the vaccine and slot availabity is subject to change.</p>
<li><h4>I entered the right pin-code but I am unable to see the result. Why is that?</h4></li>
<p id = "cowin-link">If the pincode is correct but not showing any results, then most probably there are no vaccine centers in the said area. Please cross verify in the <a href= "https://www.cowin.gov.in/home" target="_blank"">CoWin Portal.</a></p>
<li><h4>Can I be sure about the vaccine availablity?</h4></li>
<p>No. The available vaccine information is subject to change according to the availability and center. Information shown is approximation of multiple slots in multiple centers</p>
</ol>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js">
</script>
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="main.js.js"></script>
<center>
<a href="https://twitter.com/intent/tweet?screen_name=mohfw_india&ref_src=twsrc%5Etfw" class="twitter-mention-button" data-lang="en" data-show-count="false">Tweet to Health Ministry of India</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</center>
</body>
<footer>
<center>
<p>The site serves information through the public APIs from the Government of India. Please cross verify with CoWin Portal or contact the respective center if needed.</p>
<center>
</footer>
</html>