feat: localisation

This commit is contained in:
Artemy 2024-01-23 22:04:57 +03:00
parent ffce6aeb51
commit 131d4285e9
5 changed files with 261 additions and 350 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>