diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-06-28 08:45:07 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-06-28 08:45:07 +0300 |
commit | 69b9eb0e2e903bc6d628f1d9a5a0427870c36bca (patch) | |
tree | 669874b73dcf27bde6680882f8a7b8145cb8e64b /src/pages/options/widgets | |
parent | update instances (diff) | |
parent | Added About page (diff) | |
download | libredirect-69b9eb0e2e903bc6d628f1d9a5a0427870c36bca.zip |
Merge branch 'UI-Changes' of https://github.com/EdwardLangdon/libredirect into EdwardLangdon-UI-Changes
Diffstat (limited to 'src/pages/options/widgets')
-rw-r--r-- | src/pages/options/widgets/about.pug | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pages/options/widgets/about.pug b/src/pages/options/widgets/about.pug new file mode 100644 index 00000000..67897e70 --- /dev/null +++ b/src/pages/options/widgets/about.pug @@ -0,0 +1,18 @@ +doctype html + +img(src='./assets/images/libredirect.png') +| Libredirect Icon +img + +p + | Homepage - + a(href='https://libredirect.github.io/') https://libredirect.github.io +p + | FAQ - + a(href='https://libredirect.github.io/faq.html') https://libredirect.github.io/faq.html +p + | Docs - + a(href='https://libredirect.github.io/docs.html') https://libredirect.github.io/docs.html +p + | Github - + a(href='https://github.com/libredirect/libredirect') https://github.com/libredirect/libredirect |