mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
11 lines
240 B
HTML
11 lines
240 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<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>
|
|
</body>
|
|
</html>
|