Rev | Line | |
---|
[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.