-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-production.html
61 lines (56 loc) · 2.01 KB
/
index-production.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
<!DOCTYPE html>
<html>
<head>
<title>Vilniaus miesto interaktyvūs žemėlapiai</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" >
<meta name="description" content="Vilniaus miesto savivaldybės interaktyvūs žemėlapiai">
<link rel="shortcut icon" type="image/ico" href="/app/img/favicon.ico">
<base href="/">
<link rel="stylesheet" href="https://esri.github.io/calcite-maps/dist/css/calcite-maps-bootstrap.min-v0.3.css">
<link rel="stylesheet" href="https://esri.github.io/calcite-maps/dist/css/calcite-maps-arcgis-4.x.min-v0.3.css">
<link rel="stylesheet" href="arcgis_js_api/library/4.5/esri/css/main.css">
<link href="app/styles/indigo-pink.css" rel="stylesheet">
<link rel="stylesheet" href="app/fonts/font-awesome.min.css">
<script>
window.dojoConfig = {
locale: "lt",
parseOnLoad: true,
async: true
};
</script>
<script src="arcgis_js_api/library/4.5/init.js"></script>
<!-- Change manually -->
<script>
require(["vendor.bundle.js", "main.bundle.js"], function(vendor, main) {});
</script>
</head>
<body class="calcite">
<vilnius-maps>
<div id="loading-gif">
<div class="showbox">
<div class="loader">
<svg class="circular" viewBox="25 25 50 50">
<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" />
</svg>
</div>
</div>
</div>
</vilnius-maps>
<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', 'xxxxxxxx', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>