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

Small fixes and improvments to plugins
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 10 16:51:39 2017 +0100 (2017-02-10)
parents 5adb233a979b
children cad6d88c1fab
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/">Home
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 </div>
24 <h1><a href="./">SliTaz Bugs</a></h1>
25 </div>