diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-02-09 22:17:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 22:17:48 +0530 |
commit | e2a77df979895aee164ed50d025c1c50b6d6958a (patch) | |
tree | deccfee70ab296313072c249dcc88d8523fd0654 /index.html | |
parent | c93795677824e263abd3be753165ad1405585b18 (diff) |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -29,7 +29,14 @@ <meta name="msapplication-TileImage" content="assets/ms-icon-144x144.png"> - +<!-- Global site tag (gtag.js) - Google Analytics --> +<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108635191-1"></script> +<script> + window.dataLayer = window.dataLayer || []; + function gtag(){dataLayer.push(arguments);} + gtag('js', new Date()); + gtag('config', 'UA-108635191-1'); +</script> </head> |