cookutils view data/header.html @ rev 483

data: Update header.html and add footer.html file.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 11 16:26:15 2012 +0000 (2012-06-11)
parents be4fa16a8077
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 </head>
9 <body>
11 <div id="header">
12 <div id="logo"></div>
13 <div id="network">
14 <a href="cooker.cgi?rss">RSS</a>
15 </div>
16 <div id="network">
17 <a href="http://pkgs.slitaz.org/cooking/">Database</a>
18 <a href="http://tank.slitaz.org/graphs.php#cpu">Cpu</a>
19 <a href="http://hg.slitaz.org/wok/">Hg</a>
20 <a href="packages/">Packages</a>
21 <a href="incoming/">Incoming</a>
22 </div>
23 <h1><a href="cooker.cgi">SliTaz Cooker</a></h1>
24 </div>
26 <!-- Content -->
27 <div id="content">