about summary refs log tree commit diff stats
path: root/src/pages/widgets/head.pug
blob: 0c6e9fdb72ffb494b58d1a1384b7f4f2b7755451 (plain) (blame)
1
2
3
4
5
6
7
head
    meta(charset="utf-8")
    meta(name="viewport" content="width=device-width, initial-scale=1")
    link(rel="icon" type="image/x-icon" href="../../../assets/images/libredirect.svg")
    link(href="../stylesheets/styles.css" rel="stylesheet")
    title Settings
    script(type="module" src="./init.js")