slitaz-forge view cook/header.html @ rev 497

cook: small cosmetic change
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 31 23:11:11 2014 +0200 (2014-03-31)
parents c890b7f0723e
children da1c68b5ca1c
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Cooker</title>
5 <meta charset="utf-8" />
6 <link rel="shortcut icon" href="favicon.ico" />
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 <link rel="alternate" type="application/rss+xml" title="Cooker Feed" href="?rss" />
9 <style type="text/css">
10 #header h1 {
11 margin: 0;
12 padding: 8px 0 0 42px;
13 width: 250px;
14 }
15 #logo {
16 background: url(/images/logo.png) no-repeat left;
17 position: absolute;
18 float: left;
19 left: 0px;
20 top: 0px;
21 width: 40px;
22 height: 40px;
23 }
24 </style>
25 </head>
26 <body>
28 <div id="header">
29 <div id="logo"></div>
30 <div id="network">
31 <a href="http://www.slitaz.org/">Home</a>
32 <a href="http://bugs.slitaz.org/">Bugs</a>
33 <a href="http://hg.slitaz.org/wok/">Hg</a>
34 <a href="http://roadmap.slitaz.org/">Roadmap</a>
35 <a href="http://pizza.slitaz.me/">Pizza</a>
36 <a href="http://tank.slitaz.org/">Tank</a>
37 |
38 <!--
39 We may handle cookiso link via CGI since it may
40 not be present for all arch
41 -->
42 <a href="/cross">Cross</a>
43 <a href="/cookiso.cgi">ISO</a>
44 <a href="/stable/">Stable</a>
45 <a href="/backports/">Backports</a>
46 <a href="/undigest/">Undigest</a>
47 </div>
48 <h1><a href="./">SliTaz Cooker</a></h1>
49 </div>
51 <!-- Content -->
52 <div id="content">