1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
This commit is contained in:
Nikolay Kim 2018-04-12 14:16:03 -07:00
parent 9c081c6c23
commit 8f041f6a9a

View File

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