]> jfr.im git - uguu.git/blame - templates/tools.swig
template changes
[uguu.git] / templates / tools.swig
CommitLineData
d8c46ff7
GJ
1{% extends "layout.swig" %}
2
3{% block title %}Tools{% endblock %}
4{% block body %}
5<div class="jumbotron">
6<h1>Uguu Tools</h1>
7</div>
db84546e
GJ
8 <h3>
9 To upload using curl or make a tool you can post using:
10
11 <br/>
12
13 curl -i -F files[]=@yourfile.jpeg {{siteUrl}}/upload.php (JSON Response)
14 </h3>
d8c46ff7
GJ
15<section>
16 <h2>ShareX</h2>
17 <dl>
18 <dt>Download</dt>
19 <dd><a href="https://getsharex.com">https://getsharex.com</a></dd>
20 <dt>Source</dt>
21 <dd><a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a></dd>
22 <dt>Contact</dt>
23 <dd><a href="https://webchat.freenode.net/?channels=%23ShareX">#ShareX on irc.freenode.net</a></dd>
24 </dl>
25</section>
26{% include "nav.swig" %}
27{% endblock %}