dev #14444 Добавить скрипт яндекс метрики и вебмастер к WPA приложению Кофелайк: add script

This commit is contained in:
nikolay 2023-06-01 10:32:26 +04:00
parent e06d703b69
commit a9b7694a35

View File

@ -1,24 +1,42 @@
<!doctype html> <!doctype html>
<html lang="ru"> <html lang="ru">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Coffee Like Test</title> <title>Coffee Like Test</title>
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="apple-touch-icon" href="./assets/icons/apple-icon-180x180.png"> --> <meta name="yandex-verification" content="f37e6af8412b6cc8" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com"> <!-- <link rel="apple-touch-icon" href="./assets/icons/apple-icon-180x180.png"> -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""> <link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;400&amp;display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="manifest" href="manifest.webmanifest"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<meta name="theme-color" content="#1976d2"> <link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;400&amp;display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="manifest" href="manifest.webmanifest">
<link rel="preconnect" href="https://fonts.gstatic.com"> <meta name="theme-color" content="#1976d2">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link rel="preconnect" href="https://fonts.gstatic.com">
</head> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<body class="mat-typography"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<app-root></app-root> </head>
<noscript>Please enable JavaScript to continue using this application.</noscript> <body class="mat-typography">
</body> <app-root></app-root>
<!-- <noscript>Please enable JavaScript to continue using this application.</noscript> -->
<!-- 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();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(93797790, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true,
ecommerce:"dataLayer"
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/93797790" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html> </html>