This commit is contained in:
mertJF
2020-05-14 21:59:58 +03:00
parent 39b25182ed
commit 8d40407439
6 changed files with 62 additions and 67 deletions

View File

@@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Tailwind Blocks</title>
<title>tailblocks - ready to use tailwind blocks</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
@@ -40,5 +40,14 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166647834-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-166647834-1');
</script>
</body>
</html>