-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (57 loc) · 2.53 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
<!DOCTYPE html>
<html>
<head>
<title>Vector Online</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- build:css /mobile-online-app.css -->
<link href="/leaflet.css" rel="stylesheet">
<link href="/mobile-online-app.css" rel="stylesheet">
<!-- endbuild -->
</head>
<body class="platform-ios">
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42554936-1', 'vmp.ru');
ga('create', 'UA-24807601-3', 'tyumen.vmp.ru', {'name': 'tyumen'});
ga('create', 'UA-24807601-4', 'sovetsky.vmp.ru', {'name': 'sovetsky'});
ga('create', 'UA-24807601-6', 'baku.vmp.az', {'name': 'baku'});
ga('send', 'pageview');
</script>
<div id="root"></div>
<!-- build:js /mobile-online-app.js -->
<script src="/mobile-external-libs-bundle.js"></script>
<script src="/mobile-online-app.js"></script>
<script src="/mobile-app-loader.js"></script>
<!-- endbuild -->
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter22152473 = new Ya.Metrika({id:22152473,
webvisor:true,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/22152473" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>