Skip to content

Commit 484aff0

Browse files
committed
GA code
1 parent 0b780c9 commit 484aff0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,5 +282,17 @@ <h1>
282282
<script src="js/bootstrap.min.js"></script>
283283
<script src="js/script.js"></script>
284284
<!-- coded by Himic -->
285+
286+
<script src="js/script.js"></script>
287+
<script>
288+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
289+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
290+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
291+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
292+
293+
ga('create', 'UA-38697747-4', 'auto');
294+
ga('send', 'pageview');
295+
</script>
296+
285297
</body>
286298
</html>

0 commit comments

Comments
 (0)