We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194af13 commit f3cf3b1Copy full SHA for f3cf3b1
1 file changed
index.html
@@ -113,5 +113,20 @@ <h3>Reference</h3>
113
<script src="js/module/array2d.js"></script>
114
<script src="js/module/array1d.js"></script>
115
<script src="js/script.js"></script>
116
+<script>
117
+ (function (i, s, o, g, r, a, m) {
118
+ i['GoogleAnalyticsObject'] = r;
119
+ i[r] = i[r] || function () {
120
+ (i[r].q = i[r].q || []).push(arguments)
121
+ }, i[r].l = 1 * new Date();
122
+ a = s.createElement(o),
123
+ m = s.getElementsByTagName(o)[0];
124
+ a.async = 1;
125
+ a.src = g;
126
+ m.parentNode.insertBefore(a, m)
127
+ })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
128
+ ga('create', 'UA-78128848-1', 'auto');
129
+ ga('send', 'pageview');
130
+</script>
131
</body>
132
</html>
0 commit comments