wok view libtaz/stuff/web/template.html @ rev 8822

Put libtaz stuff into wok
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 24 00:23:25 2011 +0100 (2011-02-24)
parents
children
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="us" lang="us">
4 <head>
5 <title>Title of the page</title>
6 <meta http-equiv="content-type" content="text/html; text/html;charset=utf-8" />
7 <link rel="shortcut icon" href="web/favicon.ico" />
8 <link rel="stylesheet" type="text/css" href="web/slitaz.css" />
9 </head>
10 <body>
12 <!-- Header -->
13 <div id="header">
14 <a href="http://bb.slitaz.org/"><img id="logo"
15 src="web/logo.png"
16 title="bb.slitaz.org" alt="bb.slitaz.org" /></a>
17 <p id="titre">#!/Bb/Second Title</p>
18 </div>