pm-feinstaub/views/layout.pug
2023-09-20 16:33:19 +02:00

11 lines
363 B
Plaintext
Executable File

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
script(src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.4.0/chart.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-annotation/1.0.2/chartjs-plugin-annotation.js")
body
block content
script(src="/javascripts/main.js")