|
6 | 6 | name="viewport"
|
7 | 7 | content="initial-scale=1,maximum-scale=1,user-scalable=no"
|
8 | 8 | />
|
9 |
| - <title>ArcGIS API for JavaScript Template</title> |
| 9 | + <title>World Sizes</title> |
10 | 10 |
|
11 | 11 | <link rel="stylesheet" href="/src/general.scss" />
|
| 12 | + |
| 13 | + <meta name="description" content="Compare countries through this interactive app created with the ArcGIS API for JavaScript"/> |
| 14 | + <meta name="twitter:title" content="World Sizes"/> |
| 15 | + <meta name="twitter:description" content="Compare countries through this interactive app created with the ArcGIS API for JavaScript"/> |
| 16 | + <meta name="twitter:card" content="summary_large_image"/> |
| 17 | + <meta name="twitter:image" content="https://arnofiva.github.io/world-sizes/thumbnail.png"/> |
| 18 | + <meta property="og:title" content="World Sizes"/> |
| 19 | + <meta property="og:description" content="Compare countries through this interactive app created with the ArcGIS API for JavaScript"/> |
| 20 | + <meta property="og:image" content="https://arnofiva.github.io/world-sizes/thumbnail.png"/> |
| 21 | + <meta property="og:url" content="https://arnofiva.github.io/world-sizes/"/> |
| 22 | + <meta property="og:type" content="website"/> |
| 23 | + |
| 24 | + <link rel="icon" media="(prefers-color-scheme:dark)" type="image/png" sizes="32x32" href="https://www.esri.com/content/dam/esrisites/en-us/common/favicon/esri-favicon-dark-32.png"> |
| 25 | + <link rel="icon" media="(prefers-color-scheme:light)" type="image/png" sizes="32x32" href="https://www.esri.com/content/dam/esrisites/en-us/common/favicon/esri-favicon-light-32.png"> |
12 | 26 | </head>
|
13 | 27 | <body>
|
14 | 28 | <div id="viewDiv">
|
| 29 | + <h1 id="title">World Sizes</h1> |
15 | 30 | </div>
|
16 | 31 | <calcite-loader scale="l" id="loader" active></calcite-loader>
|
17 | 32 | <script type="module" src="/src/main.ts"></script>
|
| 33 | + |
| 34 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-S8E7GJBGL1"></script> |
| 35 | + <script> |
| 36 | + window.dataLayer = window.dataLayer || []; |
| 37 | + function gtag(){dataLayer.push(arguments);} |
| 38 | + gtag('js', new Date()); |
| 39 | + |
| 40 | + gtag('config', 'G-S8E7GJBGL1'); |
| 41 | + </script> |
18 | 42 | </body>
|
19 | 43 | </html>
|
0 commit comments