Skip to content

Commit 7b2e705

Browse files
committed
update
1 parent daa93dc commit 7b2e705

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
<title>Github for Non-Coders</title>
77
<link rel="stylesheet" href="styles.css" />
88
</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>
918
<body>
1019
<!-- NAV -->
1120
<nav class="nb-nav">

0 commit comments

Comments
 (0)