Skip to content

Commit f25864b

Browse files
committed
GA code
1 parent 6ef823b commit f25864b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,5 +286,15 @@ <h4 class="uppercase medium">We are social</h4>
286286

287287
<script src="js/script.js"></script>
288288
<!--coded by photon-->
289+
<script src="js/script.js"></script>
290+
<script>
291+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
292+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
293+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
294+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
295+
296+
ga('create', 'UA-38697747-4', 'auto');
297+
ga('send', 'pageview');
298+
</script>
289299
</body>
290300
</html>

0 commit comments

Comments
 (0)