]> jfr.im git - uguu.git/blob - templates/tools.ejs
refactoring
[uguu.git] / templates / tools.ejs
1 <%- include('./templates/partials/header.ejs'); -%>
2 <div class="container">
3 <div class="jumbotron">
4 <h1><%= siteName %> Tools</h1>
5 </div>
6 <div class="alert alert-info">
7 <section>
8 <h3>
9 To upload using curl or make a tool you can post using:
10 <br>
11 curl -i -F files[]=@yourfile.jpeg <%= siteUrl %>/upload.php (JSON Response)
12 </h3>
13 <p>To upload using curl or make a tool you can post using: curl -i -F 'files[]=@yourfile.jpeg' <%= siteUrl %>/upload.php (JSON Response)</p>
14 <section>
15 <h2>ShareX</h2>
16 <dl>
17 <dt>Download</dt>
18 <dd>
19 <a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a>
20 </dd>
21 </dl>
22 </section>
23 <h2>uguuecho</h2>
24 <dl>
25 <dt>Download</dt>
26 <dd>
27 <a href="https://git.teknik.io/nekunekus/uguucho">https://git.teknik.io/nekunekus/uguucho</a>
28 </dd>
29 </dl>
30 </section>
31 <h2>pomfload</h2>
32 <dl>
33 <dt>Download</dt>
34 <dd>
35 <a href="https://github.com/ewhal/pomfload">https://github.com/ewhal/pomfload</a>
36 </dd>
37 </dl>
38 <section>
39 <h2>Pomfshare</h2>
40 <dl>
41 <dt>Download</dt>
42 <dd>
43 <a href="https://github.com/Nyubis/Pomfshare">https://github.com/Nyubis/Pomfshare</a>
44 </dd>
45 </dl>
46 </section>
47 <section>
48 <h2>Pomf Rehost</h2>
49 <dl>
50 <dt>Download</dt>
51 <dd>
52 <a href="https://git.fuwafuwa.moe/lesderid/pomf-rehost">
53 https://git.fuwafuwa.moe/lesderid/pomf-rehost
54 </a>
55 </dd>
56 </dl>
57 </section>
58 </div>
59 <%- include('./templates/partials/footer.ejs'); -%>