Advertisement
rodolpheg

Untitled

Feb 4th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Carte matricielle</title>
  6. <!-- Chargement de la bibbliothèque de programmation Leafletjs.com -->
  7. <link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"/>
  8. <script src="https://unpkg.com/leaflet@1.6.0/dist/leaflet.js"></script>
  9. <style>
  10. html, body {height: 100%; margin: 0;}
  11. #map { width: 100%; height: 100%; }
  12. </style>
  13. </head>
  14. <body>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement