source: code/trunk/templates/index.html@ 45

Last change on this file since 45 was 17, checked in by dev, 4 years ago

Block crawlers

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