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

s/pizza.slitaz.me/mypizza.slitaz.org/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 14 17:16:32 2019 +0100 (2019-12-14)
parents af0cf6d3d890
children
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 pre { font-size: 100%; }
25 </style>
26 </head>
27 <body>
29 <div id="header">
30 <div id="logo"></div>
31 <div id="network">
32 <a href="http://www.slitaz.org/">Home</a>
33 <a href="http://bugs.slitaz.org/">Bugs</a>
34 <a href="http://hg.slitaz.org/wok/">Hg</a>
35 <a href="http://roadmap.slitaz.org/">Roadmap</a>
36 <a href="http://mypizza.slitaz.org/">Pizza</a>
37 <a href="http://tank.slitaz.org/">Tank</a>
38 |
39 <a href="/cross">Cross</a>
40 <a href="/i486.cgi">i486</a>
41 <a href="/cookiso.cgi">ISO</a>
42 </div>
43 <h1><a href="./">SliTaz Cooker</a></h1>
44 </div>
46 <!-- Content -->
47 <div id="content">