diff options
Diffstat (limited to 'pug/widgets/head.pug')
-rw-r--r-- | pug/widgets/head.pug | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pug/widgets/head.pug b/pug/widgets/head.pug new file mode 100644 index 00000000..53de42d3 --- /dev/null +++ b/pug/widgets/head.pug @@ -0,0 +1,5 @@ +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") \ No newline at end of file |