mirror of
https://github.com/CIMEngine/map.git
synced 2025-02-22 18:53:11 +03:00
feat: localisation
This commit is contained in:
parent
ffce6aeb51
commit
131d4285e9
5 changed files with 261 additions and 350 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue