Co-authored-by: sora-ext Co-authored-by: soraefir Reviewed-on: #160
This commit is contained in:
18
src/template/module/head.pug
Normal file
18
src/template/module/head.pug
Normal file
@ -0,0 +1,18 @@
|
||||
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/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"
|
||||
)
|
Reference in New Issue
Block a user