mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-07 03:33:39 +02:00
14 lines
468 B
Go Template
14 lines
468 B
Go Template
<!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="/static/css/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="map"></div>
|
|
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
|
|
<script src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
|
|
<script src="/static/js/main.js"></script>
|
|
</body>
|
|
</html>
|