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