aboutsummaryrefslogtreecommitdiff
path: root/web/views/layout.pug
blob: 900a601e21e7c89506f37fa3af4e6a8919434f4f (plain)
1
2
3
4
5
6
7
8
9
doctype html
html
  head
    title= title
    link(rel='stylesheet', href='https://unpkg.com/leaflet@1.4.0/dist/leaflet.css')
    link(rel='stylesheet', href='/stylesheets/style.css')
    script(src='https://unpkg.com/leaflet@1.4.0/dist/leaflet.js')
  body
    block content