slitaz-forge view cook/cross/header.html @ rev 481

tank: small fix
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 23:54:20 2014 +0100 (2014-03-10)
parents e098e089c7c5
children 186254a14ad3
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Cross 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 <style type="text/css">
9 #header h1 {
10 margin: 0;
11 padding: 8px 0 0 42px;
12 width: 250px;
13 }
14 #logo {
15 background: url(/images/logo.png) no-repeat left;
16 position: absolute;
17 float: left;
18 left: 0px;
19 top: 0px;
20 width: 40px;
21 height: 40px;
22 }
23 </style>
24 </head>
25 <body>
27 <div id="header">
28 <div id="logo"></div>
29 <div id="network">
30 <a href="http://www.slitaz.org">Home</a>
31 <a href="http://bugs.slitaz.org">Bugs</a>
32 <a href="http://tank.slitaz.org">Tank</a>
33 <a href="http://hg.slitaz.org/wok">Hg</a>
34 <a href="http://roadmap.slitaz.org">Roadmap</a>
35 |
36 <a href="/cross">Cross</a>
37 <a href="/cross/arm">arm</a>
38 <a href="/cross/x86_64">x86_64</a>
39 </div>
40 <h1><a href="http://cook.slitaz.org">SliTaz Cooker</a></h1>
41 </div>
43 <!-- Content -->
44 <div id="content">