We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e94cc commit c39a667Copy full SHA for c39a667
index.html
@@ -8,6 +8,16 @@
8
9
<html lang="en">
10
<head>
11
+ <!-- Global site tag (gtag.js) - Google Analytics -->
12
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-159865577-1"></script>
13
+ <script>
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments);}
16
+ gtag('js', new Date());
17
+
18
+ gtag('config', 'UA-159865577-1');
19
+ </script>
20
21
<!-- META DATA -->
22
<meta charset="UTF-8" />
23
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
0 commit comments