source: code/trunk/templates/upload.html@ 48

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

Add style to pages

File size: 478 bytes
Line 
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/png" href="/favicon.ico" />
9 <title>Partage</title>
10</head>
11<body>
12 <header>
13 <h1>partage</h1>
14 <img id="logo" src="/partage.png" />
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.