forked from gitbot/uguu
21 lines
544 B
Plaintext
21 lines
544 B
Plaintext
|
{% extends "layout.swig" %}
|
||
|
|
||
|
{% block title %}Tools{% endblock %}
|
||
|
{% block body %}
|
||
|
<div class="jumbotron">
|
||
|
<h1>Uguu Tools</h1>
|
||
|
</div>
|
||
|
<section>
|
||
|
<h2>ShareX</h2>
|
||
|
<dl>
|
||
|
<dt>Download</dt>
|
||
|
<dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
|
||
|
<dt>Source</dt>
|
||
|
<dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
|
||
|
<dt>Contact</dt>
|
||
|
<dd><a href="https://webchat.freenode.net/?channels=%23ShareX">#ShareX on irc.freenode.net</a></dd>
|
||
|
</dl>
|
||
|
</section>
|
||
|
{% include "nav.swig" %}
|
||
|
{% endblock %}
|