Skip to content

Commit 32c272d

Browse files
authored
Update index.html
1 parent 301afe7 commit 32c272d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2XEGRD4WYW"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-2XEGRD4WYW');
12+
</script>
13+
414
<meta charset="UTF-8" />
515
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
616
<title>Air To Water Troubleshoot</title>

0 commit comments

Comments
 (0)