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

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

Add style to pages

File size: 718 bytes
RevLine 
[11]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">
[15]7 <link rel="stylesheet" type="text/css" href="/partage.css" />
8 <link rel="icon" type="image/png" href="/favicon.ico" />
[11]9 <title>Partage</title>
10</head>
11<body>
[15]12 <header>
13 <img id="logo" src="/partage.png" />
14 <h1>partage</h1>
15 </header>
[11]16 <p>
17 Use the box below to upload and share files. File size is
18 limited to {{.Maxsize}}.
19 </p>
[12]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' />
[15]23 <input type="submit" value="...Share"/>
[11]24 </form>
25</body>
[12]26</html>
Note: See TracBrowser for help on using the repository browser.