added hotjar
This commit is contained in:
parent
16f6dde825
commit
d026ae12e2
|
@ -30,15 +30,16 @@
|
||||||
You need to enable JavaScript to run this app.
|
You need to enable JavaScript to run this app.
|
||||||
</noscript>
|
</noscript>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<!--
|
<!-- Hotjar Tracking Code for https://marten-application.netlify.com/ -->
|
||||||
This HTML file is a template.
|
<script>
|
||||||
If you open it directly in the browser, you will see an empty page.
|
(function(h,o,t,j,a,r){
|
||||||
|
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||||
You can add webfonts, meta tags, or analytics to this file.
|
h._hjSettings={hjid:1066756,hjsv:6};
|
||||||
The build step will place the bundled scripts into the <body> tag.
|
a=o.getElementsByTagName('head')[0];
|
||||||
|
r=o.createElement('script');r.async=1;
|
||||||
To begin the development, run `npm start` or `yarn start`.
|
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
|
||||||
To create a production bundle, use `npm run build` or `yarn build`.
|
a.appendChild(r);
|
||||||
-->
|
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue