diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-24 15:30:59 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-24 15:30:59 +0200 |
commit | a453036c6ddf307341a3885ed984dfa59ddcabfa (patch) | |
tree | 3f313eb756a6341966c42073a7baea8bb56d11fc /pyaggr3g470r/templates | |
parent | Disabling logs in feedgetter. (diff) | |
download | newspipe-a453036c6ddf307341a3885ed984dfa59ddcabfa.tar.gz newspipe-a453036c6ddf307341a3885ed984dfa59ddcabfa.tar.bz2 newspipe-a453036c6ddf307341a3885ed984dfa59ddcabfa.zip |
Updated about page.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r-- | pyaggr3g470r/templates/about.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/about.html b/pyaggr3g470r/templates/about.html index b07f337d..7675887e 100644 --- a/pyaggr3g470r/templates/about.html +++ b/pyaggr3g470r/templates/about.html @@ -1,8 +1,10 @@ {% extends "layout.html" %} {% block content %} <div class="container"> - <p>This software is under GPLv3 license. You are welcome to copy, modify or - redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br /> - <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p> + <div class="jumbotron"> + <p>This software is under GPLv3 license. You are welcome to copy, modify or + redistribute the source code according to the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.<br /> + <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p> + </div> </div><!-- /.container --> {% endblock %} |