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

Remove link to slitaz.pro
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 10 19:48:13 2017 +0100 (2017-02-10)
parents 828d018ffb0f
children 73dde38a42cf
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://shop.slitaz.org/">Shop</a>
21 <a href="http://hg.slitaz.org/">Hg</a>
22 </div>
23 <h1><a href="./">SliTaz Bugs</a></h1>
24 </div>