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

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

Add style to pages

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