slitaz-doc diff slitaz/template.html @ rev 1

Add header image, css and template
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 13 12:24:20 2008 +0100 (2008-03-13)
parents
children a717d21c8425
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz/template.html	Thu Mar 13 12:24:20 2008 +0100
     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 Doc - Template</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.10 +	<meta name="description" content="SliTaz documentation book" />
    1.11 +	<meta name="expires" content="never" />
    1.12 +	<meta name="modified" content="2008-03-12 16:30:00" />
    1.13 +	<meta name="publisher" content="www.slitaz.org" />
    1.14 +	<meta name="author" content="Christophe Lincoln"/>
    1.15 +	<link rel="stylesheet" type="text/css" href="style.css" />
    1.16 +</head>
    1.17 +<body bgcolor="#ffffff">
    1.18 +<!-- Header -->
    1.19 +<div id="header">
    1.20 +	<a name="top"></a>
    1.21 +	<h1>SliTaz GNU/Linux</h1>
    1.22 +</div>
    1.23 +
    1.24 +<!-- Content -->
    1.25 +<div id="content">
    1.26 +
    1.27 +<h2><font color="#DF8F06">Generic xHTML template</font></h2>
    1.28 +
    1.29 +<!--
    1.30 +
    1.31 +    Here we go...
    1.32 +
    1.33 +    <h3><font color="#6c0023">H3 in color</font></h3>
    1.34 +
    1.35 +-->
    1.36 +
    1.37 +</div>
    1.38 +<!-- End content -->
    1.39 +<hr />
    1.40 +
    1.41 +<!-- Footer -->
    1.42 +<div align="center" id="footer">
    1.43 +<p>
    1.44 +<font size="-1">
    1.45 +    <a href="#top">Haut de la page</a>
    1.46 +</font>
    1.47 +</p>
    1.48 +<p>
    1.49 +<font size="-1">
    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 +    Code <a href="http://validator.w3.org/">XHTML 1.0 valide</a>.
    1.53 +</font>
    1.54 +</p>
    1.55 +</div>
    1.56 +
    1.57 +</body>
    1.58 +</html>