|
@@ -51,6 +51,16 @@
|
|
|
<canvas touch-action="none" id="renderCanvas" tabindex="1"></canvas>
|
|
|
<script src="https://code.jquery.com/jquery.js"></script>
|
|
|
<script src="js/frame.js"></script>
|
|
|
+
|
|
|
+ <!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-41767310-2"></script>
|
|
|
+ <script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'UA-41767310-2');
|
|
|
+ </script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|