diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2017-11-02 19:22:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-02 19:22:55 +0530 |
commit | 13074f8079a09d878ca2ceb2cb9386138238a5c0 (patch) | |
tree | 059ed00eca3f76dd523dec960b4738b5222dc28b | |
parent | 4354f40fa56b3d6f1885f19c5f7f41bd5e51cb20 (diff) |
Update index.html
-rw-r--r-- | index.html | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -9,7 +9,13 @@ <link rel="stylesheet" href="css/style.css"> - + <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> <body> |