blob: f46138c3c881c261ce00cc352020f2b47632bb3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
doctype html
html
head
title= title
link(rel='stylesheet', href='https://unpkg.com/leaflet@1.0.3/dist/leaflet.css')
link(rel='stylesheet', href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css')
link(rel='stylesheet', href='/stylesheets/style.css')
script(src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js')
script(src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js')
script(src='https://unpkg.com/leaflet@1.0.3/dist/leaflet.js')
body
block content
|