Skip to content

Commit dd5bd9e

Browse files
committed
add google tag
1 parent 5df68ff commit dd5bd9e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,22 @@
3939
document.documentElement.dataset.coreuiTheme = 'dark';
4040
}
4141
</script>
42+
<!-- Google Tag Manager -->
43+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
44+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
45+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
46+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
47+
})(window,document,'script','dataLayer','GTM-KX4JH47');</script>
48+
<!-- End Google Tag Manager -->
4249
</head>
4350
<body>
4451
<noscript>
52+
<iframe
53+
src="https://www.googletagmanager.com/ns.html?id=GTM-KX4JH47"
54+
height="0"
55+
width="0"
56+
style="display: none; visibility: hidden"
57+
></iframe>
4558
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
4659
</noscript>
4760
<div id="app"></div>

0 commit comments

Comments
 (0)