feat: add club map
This commit is contained in:
22
src/main/webapp/public/club-maps.html
Normal file
22
src/main/webapp/public/club-maps.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Où pratiquer le MSF ?</title>
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
|
||||
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
|
||||
crossorigin=""/>
|
||||
<!-- Make sure you put this AFTER Leaflet's CSS -->
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
|
||||
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
|
||||
crossorigin=""></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map" style="width: 100%; height: 95vh"></div>
|
||||
|
||||
<div id="club_map_data" style="width: 100%; min-height: 0; background-color: #00000011; padding: 0.5em"></div>
|
||||
|
||||
<script src="club-maps.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user