-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (28 loc) · 1.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="theme-color" content="#eee">
<title>BharatFacts</title>
<link rel="stylesheet" href="https://anandchowdhary.github.io/starter-template/default.css" media="none" onload="if (media != 'all') media = 'all'">
<noscript>
<link rel="stylesheet" href="https://anandchowdhary.github.io/starter-template/default.css">
</noscript>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333 }
main { max-width: 480px; margin: 10vh auto; text-align: center; line-height: 1.65 }
</style>
<script> var host="bharatfacts.org"; host == window.location.host && "https:" != window.location.protocol && (window.location.protocol = "https"); </script>
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<main>
<h1>BharatFacts</h1>
<p>BharatFacts is an open, data-driven platform about India's population, finances and expenditure, and impact.</p>
<p>An <a target="_blank" href="https://indiastack.org/">IndiaStack</a> project · <a target="_blank" href="https://github.com/India-Stack/bharatfacts.github.io">Contribute</a></p>
</main>
<script src="https://anandchowdhary.github.io/starter-template/default.js"></script>
</body>
</html>