|
5 | 5 | <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 | <meta name="theme-color" content="#000000" /> |
8 | | - <!-- Yandex.Metrika counter --> |
9 | | - |
10 | | - <script type="text/javascript" > |
11 | | - (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; |
12 | | - 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)}) |
13 | | - (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); |
14 | | - |
15 | | - ym(65517901, "init", { |
16 | | - clickmap:true, |
17 | | - trackLinks:true, |
18 | | - accurateTrackBounce:true, |
19 | | - webvisor:true |
20 | | - }); |
21 | | - </script> |
22 | | - <noscript><div><img src="https://mc.yandex.ru/watch/65517901" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
23 | | - <!-- /Yandex.Metrika counter --> |
24 | 8 |
|
25 | | - <!-- Global site tag (gtag.js) - Google Analytics --> |
26 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-172345241-1"></script> |
27 | | - <script> |
28 | | - window.dataLayer = window.dataLayer || []; |
29 | | - function gtag(){dataLayer.push(arguments);} |
30 | | - gtag('js', new Date()); |
31 | | - |
32 | | - gtag('config', 'UA-172345241-1'); |
33 | | - </script> |
34 | | - <meta |
35 | | - name="description" |
36 | | - content="Web site created using create-react-app" |
37 | | - /> |
38 | 9 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
39 | 10 | <!-- |
40 | 11 | manifest.json provides metadata used when your web app is installed on a |
|
54 | 25 | <script data-ad-client="ca-pub-8225751146505579" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> |
55 | 26 | </head> |
56 | 27 | <body> |
| 28 | + <!-- Yandex.Metrika counter --> |
| 29 | + |
| 30 | + <script type="text/javascript" > |
| 31 | + (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; |
| 32 | + 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)}) |
| 33 | + (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); |
| 34 | + |
| 35 | + ym(65517901, "init", { |
| 36 | + clickmap:true, |
| 37 | + trackLinks:true, |
| 38 | + accurateTrackBounce:true, |
| 39 | + webvisor:true |
| 40 | + }); |
| 41 | + </script> |
| 42 | + <noscript><div><img src="https://mc.yandex.ru/watch/65517901" style="position:absolute; left:-9999px;" alt="" /></div></noscript> |
| 43 | + <!-- /Yandex.Metrika counter --> |
| 44 | + |
| 45 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 46 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-172345241-1"></script> |
| 47 | + <script> |
| 48 | + window.dataLayer = window.dataLayer || []; |
| 49 | + function gtag(){dataLayer.push(arguments);} |
| 50 | + gtag('js', new Date()); |
| 51 | + |
| 52 | + gtag('config', 'UA-172345241-1'); |
| 53 | + </script> |
| 54 | + <meta |
| 55 | + name="description" |
| 56 | + content="Web site created using create-react-app" |
| 57 | + /> |
57 | 58 | <noscript>You need to enable JavaScript to run this app.</noscript> |
58 | 59 | <div id="root"></div> |
59 | 60 | <!-- |
|
0 commit comments