OTM/template/module/head.pug

27 lines
877 B
Plaintext
Raw Normal View History

2023-06-25 12:26:17 +02:00
head
title Helcel-OTM
2023-07-19 13:59:52 +02:00
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")
2023-06-25 12:26:17 +02:00
2023-07-19 13:59:52 +02:00
link(rel="stylesheet", href="https://unpkg.com/vue2-datepicker/index.css")
link(
rel="stylesheet",
href="https://unpkg.com/vue-multiselect/dist/vue-multiselect.min.css"
)
link(rel="stylesheet", href="https://unpkg.com/leaflet/dist/leaflet.css")
link(
rel="stylesheet",
href="https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.css"
)
link(
rel="stylesheet",
href="https://unpkg.com/@fortawesome/fontawesome-free/css/all.min.css"
)