forked from gitbot/uguu
template changes
This commit is contained in:
parent
1a56b2f431
commit
db84546ea8
@ -22,6 +22,7 @@
|
||||
"abuseContact": "abuse@example.com",
|
||||
"infoContact": "info@example.com",
|
||||
"ServerCountryLocation": "Sweden",
|
||||
"SiteMetaInfo": "Uguu is a temporary file hosting service, upload files up to 100MiB for 24 hours.",
|
||||
"paypalUrl": "",
|
||||
"bitcoinAddress": "",
|
||||
"flattrUrl": ""
|
||||
|
@ -3,7 +3,7 @@
|
||||
{% block body %}
|
||||
<div class="jumbotron">
|
||||
<h1>{{siteName}}~</h1>
|
||||
<p class="lead">Max upload size is {{max_upload_size}} MiB, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
|
||||
<p class="lead">Max upload size is {{max_upload_size}} MiB & files expire after 24H, read the <a href="faq.html"><abbr title="Frequently asked questions">FAQ</abbr></a></p>
|
||||
{% include "upload_form.swig" %}
|
||||
</div>
|
||||
{% include "banners.swig" %}
|
||||
|
@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="generator" content="Uguu {{pkgVersion}}">
|
||||
<meta name="Description" content="{{SiteMetaInfo}}">
|
||||
<title>{{siteName}} · {% block title %}Kawaii Temporary File Hosting{% endblock %}</title>
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="uguu.min.css">
|
||||
|
@ -2,6 +2,6 @@
|
||||
<ul>
|
||||
<li><a href="/">{{siteName}}</a></li>
|
||||
<li><a href="tools.html">Tools</a></li>
|
||||
<li><a href="https://github.com/nokonoko/uguu">Git</a></li>
|
||||
<li><a href="https://github.com/nokonoko/uguu">Github</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -5,6 +5,13 @@
|
||||
<div class="jumbotron">
|
||||
<h1>Uguu Tools</h1>
|
||||
</div>
|
||||
<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>
|
||||
<section>
|
||||
<h2>ShareX</h2>
|
||||
<dl>
|
||||
|
Loading…
Reference in New Issue
Block a user