|
22 | 22 |
|
23 | 23 | <!-- Preload to increase Time to Interactive --> |
24 | 24 |
|
25 | | - |
26 | 25 | <link rel="apple-touch-icon" href="/assets/icon/icon.png"> |
27 | 26 | <link rel="icon" type="image/x-icon" href="/assets/icon/favicon.ico"> |
28 | 27 | <link rel="manifest" href="/manifest.json"> |
|
35 | 34 | <!-- In case JavaScript is not available --> |
36 | 35 | <noscript>Your browser does not support JavaScript!</noscript> |
37 | 36 |
|
38 | | - <!-- Structured Data --> |
39 | | - <!-- <script type="application/ld+json"> |
40 | | - { |
41 | | - "@context": "http://schema.org", |
42 | | - "@type": "Organization", |
43 | | - "url": "http://www.openforge.io/", |
44 | | - "name": "OpenForge", |
45 | | - "address": "1040 N 2nd St, Suite #301, Philadelphia, PA 19123" |
46 | | - }; |
47 | | - </script> --> |
48 | | - |
49 | | - <!-- Global Site Tag (gtag.js) - Google Analytics --> |
50 | | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118169306-1"></script> |
51 | | - <script> |
52 | | - window.dataLayer = window.dataLayer || []; |
53 | | - |
54 | | - function gtag() { |
55 | | - dataLayer.push(arguments); |
56 | | - } |
57 | | - gtag('js', new Date()); |
58 | | - |
59 | | - gtag('config', 'UA-118169306-1'); |
60 | | - |
61 | | - </script> |
| 37 | + <!-- Google Tag Manager --> |
| 38 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 39 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 40 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 41 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 42 | + })(window,document,'script','dataLayer','GTM-KFPQ95V');</script> |
| 43 | + <!-- End Google Tag Manager --> |
62 | 44 |
|
63 | 45 | <script> |
64 | 46 | console.log("Verifying user is on latest browser"); |
|
114 | 96 | </head> |
115 | 97 |
|
116 | 98 | <body> |
| 99 | + <!-- Google Tag Manager (noscript) --> |
| 100 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KFPQ95V" |
| 101 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 102 | + <!-- End Google Tag Manager (noscript) --> |
| 103 | + |
117 | 104 | <app-nav-header /> |
118 | 105 |
|
119 | 106 | <open-forge-app></open-forge-app> |
|
0 commit comments