Skip to content

Commit

Permalink
Added some statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
opengs authored and denysbutenko committed Mar 15, 2022
1 parent 308184b commit b1aece2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="icon" type="image/ico" href="favicon.ico">

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQ9YZT8FH4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-FQ9YZT8FH4');
</script>
</head>
<body>
<!-- DO NOT touch the following DIV -->
Expand Down

0 comments on commit b1aece2

Please sign in to comment.