There was an error while loading. Please reload this page.
1 parent 598bf9b commit ebb712fCopy full SHA for ebb712f
1 file changed
index.html
@@ -18,6 +18,16 @@
18
rel="stylesheet">
19
20
<link rel="stylesheet" href="assets/css/style.css">
21
+
22
+ <!-- Google tag (gtag.js) -->
23
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-2E6TFE4BQV"></script>
24
+ <script>
25
+ window.dataLayer = window.dataLayer || [];
26
+ function gtag() { dataLayer.push(arguments); }
27
+ gtag('js', new Date());
28
29
+ gtag('config', 'G-2E6TFE4BQV');
30
+ </script>
31
</head>
32
33
<body>
0 commit comments