94 lines
3.2 KiB
HTML
94 lines
3.2 KiB
HTML
<!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>
|