feat: add smartlook analytics
This commit is contained in:
parent
196cdb614b
commit
336cc8ffba
35
index.html
35
index.html
@ -3,13 +3,13 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="preload" as="image" href="/leo.png" fetchpriority="high">
|
<link rel="preload" as="image" href="/leo.png" fetchpriority="high" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
<meta name="msapplication-TileColor" content="#da532c" />
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff" />
|
||||||
<title>AURA</title>
|
<title>AURA</title>
|
||||||
<style>
|
<style>
|
||||||
.splash-screen {
|
.splash-screen {
|
||||||
@ -39,12 +39,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.smartlook ||
|
||||||
|
(function (d) {
|
||||||
|
var o = (smartlook = function () {
|
||||||
|
o.api.push(arguments);
|
||||||
|
}),
|
||||||
|
h = d.getElementsByTagName("head")[0];
|
||||||
|
var c = d.createElement("script");
|
||||||
|
o.api = new Array();
|
||||||
|
c.async = true;
|
||||||
|
c.type = "text/javascript";
|
||||||
|
c.charset = "utf-8";
|
||||||
|
c.src = "https://web-sdk.smartlook.com/recorder.js";
|
||||||
|
h.appendChild(c);
|
||||||
|
})(document);
|
||||||
|
smartlook("init", "2162354c75f8e0cb315634bc429aced457d3230c", {
|
||||||
|
region: "eu",
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<div id="root">
|
<div id="root">
|
||||||
<div class="splash-screen">
|
<div class="splash-screen">
|
||||||
<img src="/leo.png" alt="Aura - Energy of your Horoscope">
|
<img src="/leo.png" alt="Aura - Energy of your Horoscope" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="https://js.chargebee.com/v2/chargebee.js"></script>
|
<script src="https://js.chargebee.com/v2/chargebee.js"></script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user