We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7297e6e commit 1f00884Copy full SHA for 1f00884
1 file changed
index.html
@@ -70,6 +70,19 @@
70
<script type="module" src="./src/main.ts" defer></script>
71
<!-- Star Button Js -->
72
<script async defer src="https://buttons.github.io/buttons.js"></script>
73
+ <script
74
+ async
75
+ src="https://www.googletagmanager.com/gtag/js?id=G-P445L31SWR"
76
+ ></script>
77
+ <script>
78
+ window.dataLayer = window.dataLayer || [];
79
+ function gtag() {
80
+ dataLayer.push(arguments);
81
+ }
82
+ gtag('js', new Date());
83
+
84
+ gtag('config', 'G-P445L31SWR');
85
+ </script>
86
87
<title>Code Magic</title>
88
</head>
0 commit comments