slitaz-pizza view web/lib/header.html @ rev 16

Add Gravatar support to main page, put activity at the bottom, smaller content width
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 26 14:47:04 2012 +0200 (2012-03-26)
parents
children 7f228f4402eb
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz Pizza</title>
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 <link rel="shortcut icon" href="favicon.ico" />
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</a>
16 <a href="http://scn.slitaz.org/">Community</a>
17 <a href="http://forum.slitaz.org/">Forum</a>
18 <a href="./">Pizza:</a>
19 <a href="./?info">Info</a>
20 <a href="./?rss">RSS</a>
21 </div>
22 <h1><a href="./">SliTaz Pizza</a></h1>
23 </div>
25 <div id="content">