Добавил аналитику
All checks were successful
Build and deploy / Publish image (push) Successful in 11m54s

This commit is contained in:
2025-01-02 17:49:49 +03:00
parent e9e7f1bfe7
commit f42c09b317
3 changed files with 17 additions and 3 deletions

View File

@@ -11,6 +11,20 @@
<link rel="stylesheet" href="/css/styles.css" asp-append-version="true" /> <link rel="stylesheet" href="/css/styles.css" asp-append-version="true" />
<link rel="icon" type="image/png" href="favicon.png"/> <link rel="icon" type="image/png" href="favicon.png"/>
<HeadOutlet/> <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> </head>
<body> <body>

View File

@@ -1,5 +1,6 @@
@inherits LayoutComponentBase @inherits LayoutComponentBase
<body class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content"> <body class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
@Body @Body
</body> </body>

View File

@@ -3,7 +3,6 @@
@attribute [Authorize] @attribute [Authorize]
<div class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content"> <div class="flex items-center accent-error justify-center min-h-screen font-roboto text-primary-content">
@Body @Body
<NavMenu/> <NavMenu/>