Добавил аналитику
All checks were successful
Build and deploy / Publish image (push) Successful in 11m54s
All checks were successful
Build and deploy / Publish image (push) Successful in 11m54s
This commit is contained in:
@@ -11,6 +11,20 @@
|
||||
<link rel="stylesheet" href="/css/styles.css" asp-append-version="true" />
|
||||
<link rel="icon" type="image/png" href="favicon.png"/>
|
||||
<HeadOutlet/>
|
||||
<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(99395664, "init", {
|
||||
clickmap:true,
|
||||
trackLinks:true,
|
||||
accurateTrackBounce:true
|
||||
});
|
||||
</script>
|
||||
<noscript><div><img src="https://mc.yandex.ru/watch/99395664" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<body class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
|
||||
|
||||
@Body
|
||||
</body>
|
||||
@@ -3,7 +3,6 @@
|
||||
@attribute [Authorize]
|
||||
|
||||
<div class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
|
||||
|
||||
@Body
|
||||
|
||||
<NavMenu/>
|
||||
|
||||
Reference in New Issue
Block a user