Backend Service

This commit is contained in:
2019-04-27 13:59:26 +00:00
parent 8e3a3adfcc
commit c7bb5f4476
2 changed files with 22 additions and 0 deletions
+10
View File
@@ -730,6 +730,16 @@
</div>
<!-- End Wrapper -->
<!-- Start Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139179419-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139179419-1');
</script>
</body>
</html>
@@ -8,6 +8,18 @@
<!-- custom app -->
<script src="/assets/js/app.js"></script>
<!-- Start Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139179419-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139179419-1');
</script>
</body>