1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 06:07:33 +02:00
This commit is contained in:
Phuoc Nguyen
2019-11-15 15:23:58 +07:00
parent f2432f4aba
commit b3609fc8d2

View File

@@ -20,5 +20,12 @@
<body class="avenir w-100">
<div id="root"></div>
<script src="./index.jsx"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139616701-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-139616701-3');
</script>
</body>
</html>