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