We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd1a98 commit dd2f733Copy full SHA for dd2f733
public/index.html
@@ -32,6 +32,14 @@
32
<meta name="msapplication-TileColor" content="#ffffff">
33
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
34
<meta name="theme-color" content="#ffffff">
35
+ <meta name="robots" content="noindex">
36
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-1"></script>
37
+ <script>
38
+ window.dataLayer = window.dataLayer || [];
39
+ function gtag(){dataLayer.push(arguments);}
40
+ gtag('js', new Date());
41
+ gtag('config', 'UA-118965717-1');
42
+ </script>
43
</head>
44
<body>
45
<noscript>
0 commit comments