37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
doctype html
|
|
html
|
|
head
|
|
title= title
|
|
meta(name="viewport" content="width=device-width, initial-scale=1" charset="utf-8")
|
|
link(rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
|
|
integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI="
|
|
crossorigin="")
|
|
link(rel='stylesheet', href='/stylesheets/MarkerCluster.css')
|
|
link(rel='stylesheet', href='/spin.js/spin.css')
|
|
|
|
|
|
script.
|
|
const sysparams = {
|
|
version: '#{version}',
|
|
date: '#{date}',
|
|
csid: '#{csensor}',
|
|
category: '#{category}'
|
|
};
|
|
|
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
|
|
|
body
|
|
#wrapper
|
|
block content
|
|
footer
|
|
#author
|
|
#mailadr
|
|
a(href="mailto:rexfue@gmail.com") mailto:rexfue@gmail.com
|
|
#versn #{t('Version')}: #{version} #{t('from')} #{date}
|
|
|
|
script(src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
|
|
integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
|
|
crossorigin="")
|
|
script(src="/javascripts/leaflet.markercluster.js")
|
|
script(src="https://code.highcharts.com/highcharts.js")
|
|
script(type="module" src="/javascripts/global.js") |