]> jfr.im git - uguu.git/blob - rain/template/info.html
Fixing bug in template
[uguu.git] / rain / template / info.html
1 <div class="container">
2 <div class="row">
3 <div class="col s12">
4 <div class="card-panel blue-grey darken-1">
5 <div class="card-content white-text">
6 <span class="card-title"><b>Info</b></span>
7 <p>Store any filetype with a size up to 150MB for up to {$retention_time}.
8 Uguu cares about your privacy and stores NO logs.
9 </p>
10 <p>
11 To upload using curl or make a tool you can post using:<br />
12 <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload</code> (HTML Response)<br />
13 <code>curl -i -F name=test.jpg -F file=@localfile.jpg {$url_filename}/api.php?d=upload-tool</code> (Plain text Response)</p>
14 </div>
15 </div>
16 </div>
17 </div>
18 </div>