UNPKG

@kartotherian/server

Version:
29 lines (23 loc) 775 B
<!doctype html> <html> <head> <title>Wikimedia maps beta</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="favicon.ico" /> <link rel="stylesheet" href="main.css"/> <link rel="stylesheet" href="leaflet/leaflet.css"/> </head> <body> <!-- Map placeholder --> <div id="map"></div> <!-- Widget to display zoom level in the upper right corner of the map --> <div id='zoom-level'>Zoom Level: 7</div> <!-- Load Leaflet --> <script src="leaflet/leaflet.js"></script> <!-- Optional - changes URL to reflect the current location on the map --> <script src="lib/leaflet-hash.js"></script> <!-- Main code for the demo map --> <script src="main.js"></script> </body> </html>