mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-01-31 08:04:42 +01:00
Embedded script for google analytics
This commit is contained in:
10
index.html
10
index.html
@@ -32,6 +32,16 @@
|
||||
<script type="text/javascript" src="app/cmd/commands.js"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/styles.css" />
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-61569164-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body id="rootView" class="dark">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user