Add riders to map

This commit is contained in:
Râu Cao
2022-09-14 18:50:02 +02:00
parent 67707b7ded
commit bfd9b4fdf6
8 changed files with 34 additions and 36 deletions

View File

@@ -10,6 +10,7 @@
</head>
<body>
<div id="map"><div id="popup"></div></div>
<div id="people"></div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" src="./main.js"></script>
</body>