]> jfr.im git - uguu.git/blob - templates/tools.swig
change desc
[uguu.git] / templates / tools.swig
1 {% extends "layout.swig" %}
2
3 {% block title %}Tools{% endblock %}
4 {% block body %}
5 <div class="jumbotron">
6 <h1>Uguu Tools</h1>
7 </div>
8 <section>
9 <h2>ShareX</h2>
10 <dl>
11 <dt>Download</dt>
12 <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
13 <dt>Source</dt>
14 <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
15 <dt>Contact</dt>
16 <dd><a href="https://webchat.freenode.net/?channels=%23ShareX">#ShareX on irc.freenode.net</a></dd>
17 </dl>
18 </section>
19 {% include "nav.swig" %}
20 {% endblock %}