sugoi/templates/tools.swig
nokonoko d8c46ff78a new uguu code
This is the code that uguu.se is running, based off Pomf.
2020-11-18 12:54:47 +01:00

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 %}