mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
2057341d8f
* Ko-Fi donation button added. * Templating now uses ejs instead of swig. * clean-css/uglify-js replaced with minify-all. * Minor PHP changes. * Preparations for major refactor.
59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
<%- include('./templates/partials/header.ejs'); -%>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<h1><%= siteName %> Tools</h1>
|
|
</div>
|
|
<div class="alert alert-info">
|
|
<section>
|
|
<h3>
|
|
To upload using curl or make a tool you can post using:
|
|
<br>
|
|
curl -i -F files[]=@yourfile.jpeg <%= siteUrl %>/upload.php (JSON Response)
|
|
</h3>
|
|
<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>
|
|
<section>
|
|
<h2>ShareX</h2>
|
|
<dl>
|
|
<dt>Download</dt>
|
|
<dd>
|
|
<a href="https://github.com/ShareX/ShareX">https://github.com/ShareX/ShareX</a>
|
|
</dd>
|
|
</dl>
|
|
</section>
|
|
<h2>uguuecho</h2>
|
|
<dl>
|
|
<dt>Download</dt>
|
|
<dd>
|
|
<a href="https://git.teknik.io/nekunekus/uguucho">https://git.teknik.io/nekunekus/uguucho</a>
|
|
</dd>
|
|
</dl>
|
|
</section>
|
|
<h2>pomfload</h2>
|
|
<dl>
|
|
<dt>Download</dt>
|
|
<dd>
|
|
<a href="https://github.com/ewhal/pomfload">https://github.com/ewhal/pomfload</a>
|
|
</dd>
|
|
</dl>
|
|
<section>
|
|
<h2>Pomfshare</h2>
|
|
<dl>
|
|
<dt>Download</dt>
|
|
<dd>
|
|
<a href="https://github.com/Nyubis/Pomfshare">https://github.com/Nyubis/Pomfshare</a>
|
|
</dd>
|
|
</dl>
|
|
</section>
|
|
<section>
|
|
<h2>Pomf Rehost</h2>
|
|
<dl>
|
|
<dt>Download</dt>
|
|
<dd>
|
|
<a href="https://git.fuwafuwa.moe/lesderid/pomf-rehost">
|
|
https://git.fuwafuwa.moe/lesderid/pomf-rehost
|
|
</a>
|
|
</dd>
|
|
</dl>
|
|
</section>
|
|
</div>
|
|
<%- include('./templates/partials/footer.ejs'); -%> |