Skip to content

Commit 35dd998

Browse files
authored
Update index.html
1 parent a39e5ec commit 35dd998

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

demo/3.0/index.html

+15-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@
2323
<!-- Main styles for this application-->
2424
<link href="css/style.css" rel="stylesheet">
2525
<link href="vendors/pace-progress/css/pace.min.css" rel="stylesheet">
26+
<script>
27+
(function(i, s, o, g, r, a, m) {
28+
i['GoogleAnalyticsObject'] = r;
29+
i[r] = i[r] || function() {
30+
(i[r].q = i[r].q || []).push(arguments)
31+
}, i[r].l = 1 * new Date();
32+
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
33+
a.async = 1;
34+
a.src = g;
35+
m.parentNode.insertBefore(a, m)
36+
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
37+
ga('create', 'UA-118965717-1', 'auto');
38+
ga('send', 'pageview');
39+
</script>
2640
</head>
2741
<body class="c-app c-default-layout">
2842
<header class="c-header c-header-light c-header-fixed">
@@ -761,4 +775,4 @@ <h6>System Utilization</h6>
761775
</script>
762776

763777
</body>
764-
</html>
778+
</html>

0 commit comments

Comments
 (0)