diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-04-14 17:13:41 +0300 |
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2022-04-14 17:13:41 +0300 |
| commit | 0f30806ef56ecee5d33694514b65e69b2caf252c (patch) | |
| tree | d5f1d06bd9753d7c07551dda5bcda9429a50cc1d /pug/widgets/head.pug | |
| parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
| download | libredirect-0f30806ef56ecee5d33694514b65e69b2caf252c.zip | |
Adding speedtest #170. Adding Pug templates structure
Signed-off-by: ManeraKai <manerakai@protonmail.com>
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 |
