Deploying to gh-pages from @ CIMEngine/map@131d4285e9 🚀

This commit is contained in:
artegoser 2024-01-23 19:05:38 +00:00
parent 0c1e67da4c
commit b473922bac
4 changed files with 8 additions and 7 deletions

View file

@ -14,7 +14,7 @@
<link rel="stylesheet" href="./index.css">
<link rel="icon" type="image/x-icon" href="https://i.imgur.com/i0yls6d.png">
<style>
body {
margin: 0;
@ -32,6 +32,6 @@
<body>
<div id="map"></div>
<script src="./index.bundle.js" async defer></script>
<script src="./index.bundle.js" type="module"></script>
</body>
</html>