-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (91 loc) · 3.21 KB
/
index.html
File metadata and controls
93 lines (91 loc) · 3.21 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="shortcut icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<link rel="manifest" href="/manifest.json" />
<title>Light Blue React Dashboard - Admin Template built with React</title>
<meta
name="description"
content="React Admin Dashboard Template built with Bootstrap, Redux and React Router by Flatlogic. Over 40 unique pages, hundreds of components and theme support."
/>
<meta
name="keywords"
content="react admin, react dashboard, react admin template, react theme, react dashboard template, react dashboard template"
/>
<meta name="author" content="Flatlogic LLC." />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-36759672-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-36759672-9');
</script>
<script type="text/javascript">
(function (m, e, t, r, i, k, a) {
m[i] = m[i] || function () {
(m[i].a = m[i].a || []).push(arguments);
};
m[i].l = 1 * new Date();
k = e.createElement(t);
a = e.getElementsByTagName(t)[0];
k.async = 1;
k.src = r;
a.parentNode.insertBefore(k, a);
})(window, document, 'script', 'https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js', 'ym');
ym(48020168, 'init', {
id: 48020168,
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
trackHash: true,
ecommerce: 'dataLayer',
});
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.js"></script>
<script type="text/javascript">
window.heap = window.heap || [];
heap.load = function (e, t) {
window.heap.appid = e;
window.heap.config = t = t || {};
var r = t.forceSSL || document.location.protocol === 'https:';
var a = document.createElement('script');
a.type = 'text/javascript';
a.async = true;
a.src = (r ? 'https:' : 'http:') + '//cdn.heapanalytics.com/js/heap-' + e + '.js';
var n = document.getElementsByTagName('script')[0];
n.parentNode.insertBefore(a, n);
var o = function (method) {
return function () {
heap.push([method].concat(Array.prototype.slice.call(arguments, 0)));
};
};
var methods = [
'addEventProperties',
'addUserProperties',
'clearEventProperties',
'identify',
'resetIdentity',
'removeEventProperty',
'setEventProperties',
'track',
'unsetEventProperty',
];
for (var c = 0; c < methods.length; c += 1) {
heap[methods[c]] = o(methods[c]);
}
};
heap.load('3523170338');
</script>
</body>
</html>