|
81 | 81 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
82 | 82 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
83 | 83 |
|
| 84 | + <!-- Google Tag Manager --> |
84 | 85 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
85 | | - new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
86 | | - j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
87 | | - 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
88 | | - })(window,document,'script','dataLayer','GTM-PF5M4WSK');</script> |
| 86 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 87 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 88 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 89 | + })(window,document,'script','dataLayer','GTM-PF5M4WSK');</script> |
| 90 | + <!-- End Google Tag Manager --> |
89 | 91 | </head> |
90 | 92 | <body> |
| 93 | + |
91 | 94 | <noscript>You need to enable JavaScript to run this app.</noscript> |
92 | 95 | <div id="root"></div> |
93 | 96 | <script type="module" src="/src/index.tsx"></script> |
|
101 | 104 | To begin the development, run `npm start` or `yarn start`. |
102 | 105 | To create a production bundle, use `npm run build` or `yarn build`. |
103 | 106 | --> |
| 107 | + <!-- Google Tag Manager (noscript) --> |
| 108 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PF5M4WSK" |
| 109 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 110 | + <!-- End Google Tag Manager (noscript) --> |
104 | 111 | </body> |
105 | 112 | </html> |
0 commit comments