|
@@ -89,6 +89,17 @@
|
89
|
89
|
<!--<ng-include src="'views/footer.html'"></ng-include>-->
|
90
|
90
|
</section>
|
91
|
91
|
|
|
92
|
+<script>
|
|
93
|
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
94
|
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
95
|
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
96
|
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
97
|
+
|
|
98
|
+ ga('create', 'UA-74929838-1', 'auto');
|
|
99
|
+ ga('send', 'pageview');
|
|
100
|
+
|
|
101
|
+</script>
|
|
102
|
+
|
92
|
103
|
</body>
|
93
|
104
|
|
94
|
105
|
</html>
|