Update index.html
Browse files- index.html +9 -0
index.html
CHANGED
|
@@ -14,6 +14,15 @@
|
|
| 14 |
})(document);
|
| 15 |
smartlook('init', 'aa9463be7bcf3461cd111de8ed0dc6ede653881c', { region: 'eu' });
|
| 16 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
<style>
|
| 18 |
*, *::before, *::after { box-sizing: border-box; }
|
| 19 |
html, body { height: 100%; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
|
|
|
|
| 14 |
})(document);
|
| 15 |
smartlook('init', 'aa9463be7bcf3461cd111de8ed0dc6ede653881c', { region: 'eu' });
|
| 16 |
</script>
|
| 17 |
+
<!-- Google tag (gtag.js) -->
|
| 18 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3KV5X49N3B"></script>
|
| 19 |
+
<script>
|
| 20 |
+
window.dataLayer = window.dataLayer || [];
|
| 21 |
+
function gtag(){dataLayer.push(arguments);}
|
| 22 |
+
gtag('js', new Date());
|
| 23 |
+
|
| 24 |
+
gtag('config', 'G-3KV5X49N3B');
|
| 25 |
+
</script>
|
| 26 |
<style>
|
| 27 |
*, *::before, *::after { box-sizing: border-box; }
|
| 28 |
html, body { height: 100%; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
|