-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
91 lines (72 loc) · 3.25 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
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
<!doctype html>
<html lang="en">
<head>
<title>SikhJS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0097A7" />
<meta name="og_site_name" property="og:site_name" content="SikhJS" />
<meta name="og_title" property="og:title" content="SikhJS - Modern Progressive Web App for Sikhi" />
<meta name="og_url" property="og:url" content="https://bogas04.github.io/SikhJS" />
<meta name="description" content="SikhJS is a Modern Progressive Web App that helps user in reading Sri Guru Granth Sahib, Nitnem, Searching Shabads & learning about Raags and Granth Authors"
/>
<link rel="icon" type="image/png" href="assets/img/logo.png" />
<link rel="manifest" href="manifest.json" />
<link type="application/opensearchdescription+xml" rel="search" href="/osdd.xml?v=2" />
<!-- For chrome on android -->
<meta name="mobile-web-app-capable" content="yes">
<!--<link rel="icon" href="khanda.png">-->
<!-- <link rel="apple-touch-icon" sizes="57x57" href="assets/img/logo.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/logo.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/logo.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/logo.png"/> -->
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="SikhJS">
<link rel="apple-touch-icon" href="khanda.png" />
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="khanda.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="khanda.png">
<style>
@font-face {
font-family: gurmukhi_heavy;
src: url('./assets/fonts/gurmukhi_heavy.ttf');
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
</style>
<script defer src="assets/js/vendor.js"></script>
<script defer src="assets/js/main.js"></script>
</head>
<body>
<div id="root"></div>
<noscript>
<div style="text-align: center; padding: 5vh 5vw;">
<img style="height: 20vh;" src="assets/img/logo.png" alt="Khanda - Sikh Emblem" />
<h1>
ਵਾਹਿਗੁਰੂ ਜੀ ਕਾ ਖਾਲਸਾ
<br /> ਵਾਹਿਗੁਰੂ ਜੀ ਕੀ ਫਤਹਿ
</h1>
<p>
Sorry, this web-app relies on JavaScript to function. Please
<a href="http://www.enable-javascript.com/" target="_blank">enable it.</a>
</p>
</div>
</noscript>
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-86819868-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>