add ya.metrika

This commit is contained in:
ilya_zahvatkin 2025-10-23 12:35:08 +07:00
parent 5db40f2b2d
commit 252493cdad

View File

@ -15,9 +15,26 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/anthill2.svg" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/anthill2.svg" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Anthill</title> <title>Anthill</title>
<!-- Yandex.Metrika counter -->
<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();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
})(window, document,'script','https://mc.yandex.ru/metrika/tag.js', 'ym');
ym(100615028, 'init', {webvisor:true, clickmap:true, accurateTrackBounce:true, trackLinks:true});
</script>
<!-- /Yandex.Metrika counter -->
</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>
<noscript>
<div>
<img src="https://mc.yandex.ru/watch/100615028" style="position:absolute; left:-9999px;" alt="" />
</div>
</noscript>
<div id="root"></div> <div id="root"></div>
</body> </body>
</html> </html>