about summary refs log tree commit diff stats
path: root/src/pages/widgets/head.pug
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-12-31 11:01:50 +0300
committerManeraKai <manerakai@protonmail.com>2022-12-31 11:01:50 +0300
commitd9cdea797fe26cc02d213b5fb040be8b38958be6 (patch)
tree648522de68e02346d8adb47974c4a90d7f405d2d /src/pages/widgets/head.pug
parentwill merge later (diff)
downloadlibredirect-d9cdea797fe26cc02d213b5fb040be8b38958be6.zip
Switched back to pug
Diffstat (limited to 'src/pages/widgets/head.pug')
-rw-r--r--src/pages/widgets/head.pug7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pages/widgets/head.pug b/src/pages/widgets/head.pug
new file mode 100644
index 00000000..15e6d8d6
--- /dev/null
+++ b/src/pages/widgets/head.pug
@@ -0,0 +1,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")
\ No newline at end of file