|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
| 5 | + |
| 6 | + <!-- Google Tag Manager --> |
| 7 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 8 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 9 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 10 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 11 | + })(window,document,'script','dataLayer','GTM-TQWPXL9L');</script> |
| 12 | + <!-- End Google Tag Manager --> |
| 13 | + |
5 | 14 | <meta name="viewport" content="width=device-width"> |
6 | 15 | <title>ISIC Archive</title> |
7 | 16 | <link rel="shortcut icon" href="sources/images/favicon.ico" type="image/x-icon" /> |
|
15 | 24 |
|
16 | 25 | </head> |
17 | 26 | <body> |
| 27 | + <!-- Google Tag Manager (noscript) --> |
| 28 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TQWPXL9L" |
| 29 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 30 | + <!-- End Google Tag Manager (noscript) --> |
| 31 | + |
18 | 32 | <svg class="svg" xmlns="http://www.w3.org/2000/svg"> |
19 | 33 | <!-- icons --> |
20 | 34 | <symbol viewBox="0 0 26 26" id="close-icon"> |
|
104 | 118 | </svg> |
105 | 119 |
|
106 | 120 | <!-- Google tag (gtag.js) --> |
107 | | -<script async src="https://www.googletagmanager.com/gtag/js?id=G-541WGVR6R5"></script> |
| 121 | +<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-541WGVR6R5"></script> |
108 | 122 | <script> |
109 | 123 | window.dataLayer = window.dataLayer || []; |
110 | 124 | function gtag(){dataLayer.push(arguments);} |
111 | 125 | gtag('js', new Date()); |
112 | 126 |
|
113 | 127 | gtag('config', 'G-541WGVR6R5'); |
114 | | -</script> |
| 128 | +</script> --> |
115 | 129 |
|
116 | 130 | </body> |
117 | 131 | </html> |
0 commit comments