about summary refs log tree commit diff stats
path: root/src/pages/widgets/head.pug
blob: 15e6d8d6e3328c232f29fe5a759e390766a45276 (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 General
    script(type="module" src="./init.js")