diff options
author | EdwardLangdon <101938856+EdwardLangdon@users.noreply.github.com> | 2022-06-25 07:11:37 +0000 |
---|---|---|
committer | EdwardLangdon <101938856+EdwardLangdon@users.noreply.github.com> | 2022-06-25 12:41:38 +0530 |
commit | 6e3ee9bcff814d8c83ba89ff322c604c072c2c2a (patch) | |
tree | afe37d12725f32138a6e3d32c28e8943253052eb /src/pages/options/widgets | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-6e3ee9bcff814d8c83ba89ff322c604c072c2c2a.zip |
Added About page
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 |