mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Set up serving of index.html and assets
This commit is contained in:
parent
da39c6b9dc
commit
155874f689
16 changed files with 9712 additions and 3 deletions
5
static/js/main.js
Normal file
5
static/js/main.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(function () {
|
||||
var map = L.map('map').setView([52.50, 13.40], 11);
|
||||
var layer = new L.StamenTileLayer("toner-lite");
|
||||
map.addLayer(layer);
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue