source: code/trunk/example/templates/upload.html@ 50

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

Move example site and config into its own directory

File size: 478 bytes
RevLine 
[50]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/ico" 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 <ul>
17 {{range .Links}}
18 <li><a href="{{.}}">{{.}}</a></li>
19 {{end}}
20 </ul>
21</body>
22</html>
Note: See TracBrowser for help on using the repository browser.