diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-01-20 21:33:40 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-20 21:33:40 +0530 |
commit | e9963106e491379a15020894e6a891ee8813e85b (patch) | |
tree | 7f0c4a280ef9d47ebeda911e619adf72f46d840a /index.html | |
parent | 7ec5b49679f26a8dc6387d4bc5613f01adcb40d2 (diff) |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ <meta name="referrer" content="origin"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> +<!-- 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> <title>Hi!</title> |