1 parent daa93dc commit 7b2e705Copy full SHA for 7b2e705
1 file changed
index.html
@@ -6,6 +6,15 @@
6
<title>Github for Non-Coders</title>
7
<link rel="stylesheet" href="styles.css" />
8
</head>
9
+ <!-- Google tag (gtag.js) -->
10
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-G63Q135YZW"></script>
11
+<script>
12
+ window.dataLayer = window.dataLayer || [];
13
+ function gtag(){dataLayer.push(arguments);}
14
+ gtag('js', new Date());
15
+
16
+ gtag('config', 'G-G63Q135YZW');
17
+</script>
18
<body>
19
<!-- NAV -->
20
<nav class="nb-nav">
0 commit comments