diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-10 08:22:28 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-10 08:22:28 +0200 |
| commit | cb827a2cfe565257d895163a389de1357148ca7a (patch) | |
| tree | 86e99f814a5a8d3cb6f120d69c014d0f234d6362 /client/web/templates | |
| parent | 89678a869c9de7c5014cf12e57ba3c500680a798 (diff) | |
add fetch
Diffstat (limited to 'client/web/templates')
| -rw-r--r-- | client/web/templates/index.ejs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/web/templates/index.ejs b/client/web/templates/index.ejs index 7b91829..6c8d582 100644 --- a/client/web/templates/index.ejs +++ b/client/web/templates/index.ejs @@ -35,6 +35,14 @@ body { opacity: 0; } </style> +<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','https://www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-35821710-2', 'auto'); + ga('send', 'pageview'); +</script> </head> <body class='loading'> <div id="react-root"></div> |
