|
@@ -1,3 +1,13 @@
|
|
|
+<!-- Google tag (gtag.js) -->
|
|
|
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-6BTV174JYX"></script>
|
|
|
+<script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'G-6BTV174JYX');
|
|
|
+</script>
|
|
|
+
|
|
|
<meta charset="utf-8">
|
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|