OTM/template/module/head.pug
soraefir 7af6d04dd1
All checks were successful
continuous-integration/drone/push Build is passing
wip
2025-02-28 01:43:32 +01:00

19 lines
649 B
Plaintext

head
title Helcel-OTM
link(rel="shortcut icon", href="/public/img/helcel.ico", type="image/x-icon")
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1")
link(
rel="stylesheet",
href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700,300",
type="text/css"
)
link(rel="stylesheet", href="/public/css/index.css")
link(rel="stylesheet", href="https://unpkg.com/vue2-datepicker/index.css")
link(rel="stylesheet", href="https://unpkg.com/leaflet/dist/leaflet.css")
link(
rel="stylesheet",
href="https://unpkg.com/@fortawesome/fontawesome-free/css/all.min.css"
)