|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <link rel="shortcut icon" type="image/x-icon" href="https://standards.phila.gov/img/favicon.png"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | - <title>Pictometry | phila.gov</title> |
8 | | - </head> |
9 | | - <body> |
10 | | - <div id="app"></div> |
11 | | - <script type="module" src="/src/main.js"></script> |
12 | 3 |
|
13 | | - <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"> </script> |
14 | | - <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script> |
15 | | - <script crossorigin src="https://embedded-explorer.eagleview.com/static/embedded-explorer-widget.js"></script> |
| 4 | +<head> |
| 5 | + <!-- Google Tag Manager --> |
| 6 | + <script>(function (w, d, s, l, i) { |
| 7 | + w[l] = w[l] || []; w[l].push({ |
| 8 | + 'gtm.start': |
| 9 | + new Date().getTime(), event: 'gtm.js' |
| 10 | + }); var f = d.getElementsByTagName(s)[0], |
| 11 | + j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = |
| 12 | + 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); |
| 13 | + })(window, document, 'script', 'dataLayer', 'GTM-MC6CR2'); |
| 14 | + </script> |
| 15 | + <!-- End Google Tag Manager --> |
| 16 | + <!-- Microsoft Clarity [phila.gov] --> |
| 17 | + <script type="text/javascript"> |
| 18 | + (function (c, l, a, r, i, t, y) { |
| 19 | + c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) }; |
| 20 | + t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i; |
| 21 | + y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y); |
| 22 | + })(window, document, "clarity", "script", "4l8dhsl6kn"); |
| 23 | + </script> |
| 24 | + <!-- End Microsoft Clarity [phila.gov] --> |
| 25 | + <meta charset="UTF-8"> |
| 26 | + <link rel="shortcut icon" type="image/x-icon" href="https://standards.phila.gov/img/favicon.png"> |
| 27 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 28 | + <title>Pictometry | phila.gov</title> |
| 29 | +</head> |
| 30 | + |
| 31 | +<body> |
| 32 | + <!-- Google Tag Manager (noscript) --> |
| 33 | + <noscript> |
| 34 | + <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MC6CR2" height="0" width="0" |
| 35 | + style="display:none;visibility:hidden"></iframe> |
| 36 | + </noscript> |
| 37 | + <!-- End Google Tag Manager (noscript) --> |
| 38 | + <div id="app"></div> |
| 39 | + <script type="module" src="/src/main.js"></script> |
| 40 | + <script crossorigin src="https://unpkg.com/react@17/umd/react.production.min.js"> </script> |
| 41 | + <script crossorigin src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"></script> |
| 42 | + <script crossorigin src="https://embedded-explorer.eagleview.com/static/embedded-explorer-widget.js"></script> |
| 43 | +</body> |
16 | 44 |
|
17 | | - </body> |
18 | 45 | </html> |
0 commit comments