Line | |
---|
1 | <!DOCTYPE HTML>
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta charset="utf-8">
|
---|
5 | <meta name="author" content="z3bra">
|
---|
6 | <meta name="viewport" content="width=device-width">
|
---|
7 | <link rel="stylesheet" type="text/css" href="/partage.css" />
|
---|
8 | <link rel="icon" type="image/png" href="/favicon.ico" />
|
---|
9 | <title>Partage</title>
|
---|
10 | </head>
|
---|
11 | <body>
|
---|
12 | <header>
|
---|
13 | <img id="logo" src="/partage.png" />
|
---|
14 | <h1>partage</h1>
|
---|
15 | </header>
|
---|
16 | <p>
|
---|
17 | Use the box below to upload and share files. File size is
|
---|
18 | limited to {{.Maxsize}}.
|
---|
19 | </p>
|
---|
20 | <form enctype="multipart/form-data" method="post">
|
---|
21 | <input id="uck" name="uck" type="file" multiple/>
|
---|
22 | <input id="output" name="output" type="hidden" value='html' />
|
---|
23 | <input type="submit" value="...Share"/>
|
---|
24 | </form>
|
---|
25 | </body>
|
---|
26 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.