mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
0.3.0 ui changes
This commit is contained in:
16
src/interface/templates/index.html
vendored
16
src/interface/templates/index.html
vendored
@@ -59,12 +59,16 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="app_footer" >
|
||||
<div class="python_logo"><img src="/static/img/py.png" id="python_logo" /></div>
|
||||
<div class="copyright">pyShelf is an opensource project</div>
|
||||
<div class="footer_contact">
|
||||
#pyshelf on freenode<br />
|
||||
<a href=http://pyshelf.com class="nav_link" alt="pyshelf.com">http://pyshelf.com</a>
|
||||
</div>
|
||||
<div class="python_logo" >
|
||||
<img src="/static/img/py.png" id="python_logo" />
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0.txt" class="web_footer_link"><img src="/static/img/gplv3-or-later.png" alt="GPLv3 or later" /></a>
|
||||
</div>
|
||||
<div class="footer_contact">
|
||||
|
||||
<p>irc: <a href="irc://freenode.net/pyshelf" class="web_footer_link">#pyshelf</a> on freenode | discord: <a href="https://discord.gg/H9TbNJS" class="web_footer_link">discord.gg/H9TbNJS</a> | web: <a href=http://pyshelf.com class="web_footer_link" alt="pyshelf.com">http://pyshelf.com</a> | source: <a href="https://github.com/th3r00t/pyShelf" class="web_footer_link">github.com/th3r00t/pyShelf</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user