Skip to content

Commit

Permalink
index.html fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Mar 11, 2024
1 parent 84c3558 commit c029e81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@
<meta name="api.base" content="https://kimanliapi.azurewebsites.net/api">
<meta name="maptiler.key" content="RFavxpVJ82EHyrN2kxsF">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NBTXXBZ');</script>
</head>

<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NBTXXBZ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

<div id="app"></div>
<script type="module" src="./src/index.jsx"></script>
</body>
Expand Down

0 comments on commit c029e81

Please sign in to comment.