added map

This commit is contained in:
Acid
2026-05-26 22:50:12 -04:00
parent 5288323831
commit 0d3515ad07
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -45,8 +45,8 @@
</div>
</div>
<div id="map"></div>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<!-- prettier-ignore -->
<script>
var map = L.map('map', { maxZoom: 10 }).setView([{{.IP2.Lat}}, {{.IP2.Lon}}], 8);
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {