tazbug view web/lib/header.html @ rev 9

Add the web interface
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 03 12:12:59 2012 +0200 (2012-04-03)
parents
children 828d018ffb0f
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Bug Tracker</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 <script type="text/javascript" src="lib/functions.js"></script>
9 </head>
10 <body>
12 <div id="header">
13 <div id="logo"></div>
14 <div id="network">
15 <a href="http://www.slitaz.org/">
16 <img src="images/home.png" alt="[ Home ]" /></a>
17 <a href="http://scn.slitaz.org/">Community</a>
18 <a href="http://doc.slitaz.org/">Doc</a>
19 <a href="http://forum.slitaz.org/">Forum</a>
20 <a href="http://slitaz.pro/">Pro</a>
21 <a href="http://shop.slitaz.org/">Shop</a>
22 <a href="http://hg.slitaz.org/">Hg</a>
23 <a href="http://cook.slitaz.org/">Cook</a>
24 <a href="http://roadmap.slitaz.org/">Roadmap</a>
25 </div>
26 <h1><a href="./">SliTaz Bugs</a></h1>
27 </div>