aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2017-10-25 17:03:50 +0530
committerGitHub <noreply@github.com>2017-10-25 17:03:50 +0530
commitc08997cd89f3a4d332b80b50991c938bc4e7be61 (patch)
tree26fae25659f4a9c945e6bf22ace77de9efd2d3b6 /index.html
parent30d7f84cacd2a34f20f608e1a1cd7175d285e933 (diff)
Added Analytics
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index af7df69..37a73f7 100644
--- a/index.html
+++ b/index.html
@@ -2,15 +2,16 @@
<html >
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103897969-2"></script>
+<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-103897969-2');
+ gtag('config', 'UA-108635191-1');
</script>
+
<meta charset="UTF-8">
<title>Hi!</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui">