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

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

Add templating system for pages

File size: 521 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">
7 <link rel="icon" type="image/png" href="/favicon.png" />
8 <title>Partage</title>
9</head>
10<body>
11 <h1>Partage</h1>
12 <p>
13 Use the box below to upload and share files. File size is
14 limited to {{.Maxsize}}.
15 </p>
16 <form>
17 <label for="uck">Select file(s) to share</label>
18 <input id="uck" type="file" multiple=true/>
19 <input type="submit" value="Upload!"/>
20 </form>
21</body>
Note: See TracBrowser for help on using the repository browser.