]> jfr.im git - uguu.git/blame - index.html
add favicon
[uguu.git] / index.html
CommitLineData
557037a4
GJ
1<!doctype html>
2<html lang="en">
3<head>
4 <meta charset="utf-8">
5<meta name="viewport" content="width=device-width, initial-scale=1.0">
6<meta name="description" content="Temp file hosting, Up to 150MB for 30 min.">
7 <title>Uguu.se &middot; Temp File Hosting</title>
8<link rel="shortcut icon" href=img/favicon.ico type="image/x-icon">
9<link rel="stylesheet" href="css/pure-min.css">
10<!--[if lte IE 8]>
11 <link rel="stylesheet" href="css/grids-responsive-old-ie-min.css">
12<![endif]-->
13<!--[if gt IE 8]><!-->
14 <link rel="stylesheet" href="css/grids-responsive-min.css">
15<!--<![endif]-->
16 <!--[if lte IE 8]>
17 <link rel="stylesheet" href="css/blog-old-ie.css">
18 <![endif]-->
19 <!--[if gt IE 8]><!-->
20 <link rel="stylesheet" href="css/blog.css">
21 <!--<![endif]-->
22</head>
23<body>
24<div id="layout" class="pure-g">
25 <div class="sidebar pure-u-1 pure-u-md-1-4">
26 <div class="header">
27 <h1 class="brand-title">Uguu.se</h1>
28 <h2 class="brand-tagline">Up to 150MB for 30 min.</h2>
29 </div>
30 </div>
31 <div class="content pure-u-1 pure-u-md-3-4">
32 <div>
33 <div class="posts">
34 <h1 class="content-subhead">Upload</h1>
35 <section class="post">
36 <div class="post-description">
37 <p>
38 <form class="pure-control-group" action="api.php?d=upload" method="post" enctype="multipart/form-data">
39 <input type="hidden" name="MAX_FILE_SIZE" value="150000000" />
40 <fieldset>
41 <div class="pure-control-group">
42 <label for="file"> </label>
43 <input id="file" type="file" name="file">
44 </div>
45
46 <div class="pure-control-group">
47 <label for="randomname" class="pure-checkbox">
48 <input id="randomname" type="checkbox" name="randomname"> Generate random filename
49 </label>
50
51 <div class="pure-control-group">
52 <label for="customname">Custom filename, e.g cat.flac (optional):</label>
53 <input id="customname" type="text" name="name">
54 </div>
55
56 <button type="submit" class="pure-button pure-button-primary">Upload</button>
57 </div>
58 </fieldset>
59 </form>
60 </div>
61 </section>
62 </div>
63 <div class="posts">
64 <h1 class="content-subhead">Info</h1>
65 <section class="post">
66 <div class="post-description">
67 <p>Store any filetype with a size up to 150MB for up to 30 minutes.</p>
68 <p>Uguu cares about your privacy and stores NO logs.</p>
69 <p>If you would like to upload using ShareX read <a href="https://github.com/ShareX/ShareX/wiki/Custom-Uploader-examples#uguuse">this</a>.</p>
70 <p>To upload using curl or make a tool you can post using:<br>
71 curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload</p>
72 <p>If you need to store files for a longer time, please use <a href="http://pomf.se">Pomf.se</a>.</p>
73 <p>Uguu is in preview phase, so design is shitty and storage time is low. You can contact me via <a href="mailto:neku@pomf.se">neku@pomf.se</a> or <a href="https://twitter.com/nekunekus">@nekunekus</a>.</p>
74 </div>
75 </section>
76 <div class="footer">
77 <div class="pure-menu pure-menu-horizontal pure-menu-open">
78 <ul>
79 <li><a href="http://pomf.se">Pomf.se</a></li>
80 <li><a href="http://twitter.com/nekunekus">Twitter</a></li>
81 <li><a href="http://github.com/nokonoko">GitHub</a></li>
82 </ul>
83 </div>
84 </div>
85 </div>
86 </div>
87</div>
88</div>
89</body>
90</html>