mirror of
https://github.com/est31/leaftest.git
synced 2025-06-28 14:46:02 +02:00
Initial commit
This commit is contained in:
13
www/map.html
Normal file
13
www/map.html
Normal file
@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="leaflet.css" />
|
||||
<link rel="stylesheet" href="leaflet-custom.css" />
|
||||
<script src="leaflet.js"></script>
|
||||
<script src="leaflet-hash.js"></script>
|
||||
<script src="map.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map" style="">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user