mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
14 lines
443 B
HTML
14 lines
443 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="map"></div>
|
|
<script src="bower_components/leaflet-dist/leaflet.js"></script>
|
|
<script src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
</html>
|