forked from berenjian/Salav.at
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (83 loc) · 3.64 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover" />
<title>Salav.at</title>
<meta name="description" content="www.Salav.at" />
<base href="/" />
<link rel="icon" href="image/favicon.ico" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#3277b9" />
<!-- Add to home screen for Chrome on Android. Fallback for manifest.json -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Salav.at" />
<!-- Add to home screen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Salav.at" />
<link rel="apple-touch-startup-image" href="image/splash.jpg" />
<!-- Home screen icons -->
<link rel="apple-touch-icon" href="image/manifest/icon-192x192.jpg" />
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="image/manifest/icon-192x192.jpg" />
<meta name="msapplication-TileColor" content="#3277b9" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- <link rel="canonical" href="https://Salav.at/" /> -->
<!-- Open Graph cards -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Salav.at" />
<meta property="og:description" content="Salav.at Description" />
<meta property="og:site_name" content="Salav.at" />
<meta property="og:image" content="image/manifest/icon-192x192.jpg" />
<meta property="og:url" content="https://Salav.at/" />
<meta property="og:locale" content="fa" />
<link rel="preconnect" href="https://polyfill.io/" crossorigin />
<script>
window.polymerSkipLoadingFontRoboto = true;
window.process = { env: { NODE_ENV: 'production' } };
</script>
<link rel="stylesheet" href="font/font.css" />
<style>
html, body {
height: 100%;
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
/* iOS Safe Area */
--safe-area-inset-top: env(safe-area-inset-top);
--safe-area-inset-bottom: env(safe-area-inset-bottom);
--safe-area-inset-left: env(safe-area-inset-left);
--safe-area-inset-right: env(safe-area-inset-right);
height: calc(100% + var(--safe-area-inset-top, 0));
box-sizing: border-box;
}
body {
box-sizing: border-box;
background-color: #3277b9;
color: white;
font-family: "Iran Sans", "Roboto", "Tahoma", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
</style>
</head>
<body>
<salavat-pwa></salavat-pwa>
<!-- https://polyfill.io/v3/url-builder/ -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=requestAnimationFrame,requestIdleCallback,scrollY,CustomEvent,document.querySelector,localStorage,fetch"></script>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script type="module" src="js/salavat-pwa.js"></script>
<noscript>
<p style="text-align: center; margin-top: 1em; font-size: 1.1em;" dir="ltr">
Please enable JavaScript to view this website.
</p>
<p style="text-align: center; margin-top: 0.2em; font-size: 1.1em;" dir="rtl">
لطفا JavaScript را برای مشاهده این وب سایت فعال کنید.
</p>
</noscript>
</body>
</html>