slitaz-tools diff hacker/Templates/html.html @ rev 76

Add more log + correct clean_target bug
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 29 23:09:07 2008 +0100 (2008-02-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hacker/Templates/html.html	Fri Feb 29 23:09:07 2008 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1.5 +<html dir="ltr" lang="fr">
     1.6 +<head>
     1.7 +    <title>Titre de la page</title>
     1.8 +    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     1.9 +    <meta name="description" content="Déscription du contenu de la page">
    1.10 +    <meta name="keywords" lang="fr" content="Mots clés">
    1.11 +    <meta name="modified" content="2007-01-27 13:41:16">
    1.12 +</head>
    1.13 +<body style="direction: ltr;">
    1.14 +<!-- Commantaire. -->
    1.15 +<h1>Titre h1</h1>
    1.16 +<h2>Titre h2</h2>
    1.17 +<h3>Titre h3</h3>
    1.18 +<p>
    1.19 +Paragraphe.
    1.20 +</p>
    1.21 +<ul>
    1.22 +    <li>Liste non-ordonnée</li>
    1.23 +    <li><a href="">Lien</a></li>
    1.24 +</ul>
    1.25 +<pre>
    1.26 +Texte préformaté.
    1.27 +</pre>
    1.28 +</body>
    1.29 +</html>