website diff fr/doc/cookbook/template.html @ rev 371

fr: Add doc section
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 11 19:48:44 2009 +0200 (2009-04-11)
parents
children f49288ca540e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fr/doc/cookbook/template.html	Sat Apr 11 19:48:44 2009 +0200
     1.3 @@ -0,0 +1,55 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<head>
     1.8 +    <title>SliTaz Cookbook - Template</title>
     1.9 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +    <meta name="description" content="" />
    1.11 +    <meta name="expires" content="never" />
    1.12 +    <meta name="modified" content="2007-12-24 17:00:00" />
    1.13 +    <meta name="publisher" content="www.slitaz.org" />
    1.14 +    <meta name="author" content="Christophe Lincoln"/>
    1.15 +    <link rel="shortcut icon" href="favicon.ico" />
    1.16 +    <link rel="stylesheet" type="text/css" href="book.css" />
    1.17 +</head>
    1.18 +<body bgcolor="#ffffff">
    1.19 +
    1.20 +<!-- Header and quick navigation -->
    1.21 +<div id="header">
    1.22 +<div align="right" id="quicknav">
    1.23 +    <a name="top"></a>
    1.24 +    <a href="http://www.slitaz.org/">www.slitaz.org</a>
    1.25 +</div>
    1.26 +<h1><font color="#3E1220">SliTaz Cookbook</font></h1>
    1.27 +</div>
    1.28 +
    1.29 +<!-- Content. -->
    1.30 +<div id="content">
    1.31 +<div class="content-right"></div>
    1.32 +
    1.33 +
    1.34 +<p>
    1.35 +CONTENT
    1.36 +</p>
    1.37 +
    1.38 +
    1.39 +<!-- End of content -->
    1.40 +</div>
    1.41 +
    1.42 +<!-- Footer. -->
    1.43 +<div id="footer">
    1.44 +	<div class="footer-right"></div>
    1.45 +	<a href="#top">Haut de la page</a> | 
    1.46 +	<a href="index.html">Table des matières</a>
    1.47 +</div>
    1.48 +
    1.49 +<div id="copy">
    1.50 +    Copyright &copy; 2008 <a href="http://www.slitaz.org/">SliTaz</a> -
    1.51 +    <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
    1.52 +    Documentation publiées sous
    1.53 +    <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
    1.54 +    et codée en <a href="http://validator.w3.org/">xHTML 1.0 valide</a>.
    1.55 +</div>
    1.56 +
    1.57 +</body>
    1.58 +</html>