Skip to content

Commit

Permalink
GOOGEL AND CLARITY
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Sep 16, 2024
1 parent e76e5af commit e053656
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<body class="@BitCss.Class.Color.Background.Primary @BitCss.Class.Color.Foreground.Primary bit-blazor-web">

<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js)
<Script async Src="https://www.googletagmanager.com/gtag/js?id=G-G1ET5L69QF"></Script>
<Script>
window.dataLayer = window.dataLayer || [];
Expand All @@ -35,16 +35,16 @@
gtag('config', 'G-G1ET5L69QF');
</Script>
<!-- Google tag -->
<!-- Microsoft Clarity -->
Google tag -->
<!-- Microsoft Clarity
<Script>
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "ipec21ezsa");
</Script>
<!-- Microsoft Clarity -->
Microsoft Clarity -->

<Link rel="stylesheet" href="_content/Bit.BlazorUI/styles/bit.blazorui.css" />
<Link rel="stylesheet" href="_content/Bit.BlazorUI.Icons/styles/bit.blazorui.icons.css" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="bit is a platform for .NET developers to easily Code, Build & Deploy their projects across multiple platforms." />

<!-- Google Tag Manager -->
<!-- Google Tag Manager
<Script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NFPRLK6B');
</Script>
<!-- End Google Tag Manager -->
End Google Tag Manager -->

<Link rel="icon" href="/favicon.ico" type="image/x-icon" />
<HeadOutlet @rendermode=RenderModeProvider.Current />
Expand All @@ -30,15 +30,15 @@

<body class="@BitCss.Class.Color.Background.Primary @BitCss.Class.Color.Foreground.Primary bit-blazor-web">

<!-- Microsoft Clarity -->
<!-- Microsoft Clarity
<Script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "ip2k0jz1zu");
</Script>
<!-- Microsoft Clarity -->
Microsoft Clarity -->

<Routes @rendermode=RenderModeProvider.Current />

Expand Down

0 comments on commit e053656

Please sign in to comment.