Skip to content

Commit c2ca54b

Browse files
authored
Merge pull request #75 from CodeYourFuture/staging
merge staging into master
2 parents 04ba340 + d921cc4 commit c2ca54b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

public/index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,25 @@
2727
</head>
2828
<body>
2929
<div id="root"></div>
30-
<script
30+
31+
<!-- Google Tag Manager -->
32+
<script>
33+
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
34+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
35+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
36+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
37+
})(window,document,'script','dataLayer','GTM-PJ64R84');
38+
</script>
39+
<!-- End Google Tag Manager -->
40+
41+
<!-- Google Tag Manager (noscript) -->
42+
<noscript>
43+
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PJ64R84"
44+
height="0" width="0" style="display:none;visibility:hidden"></iframe>
45+
</noscript>
46+
<!-- End Google Tag Manager (noscript) -->
47+
48+
<script
3149
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
3250
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
3351
crossorigin="anonymous"

0 commit comments

Comments
 (0)