slitaz-tools view 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 source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html dir="ltr" lang="fr">
3 <head>
4 <title>Titre de la page</title>
5 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
6 <meta name="description" content="Déscription du contenu de la page">
7 <meta name="keywords" lang="fr" content="Mots clés">
8 <meta name="modified" content="2007-01-27 13:41:16">
9 </head>
10 <body style="direction: ltr;">
11 <!-- Commantaire. -->
12 <h1>Titre h1</h1>
13 <h2>Titre h2</h2>
14 <h3>Titre h3</h3>
15 <p>
16 Paragraphe.
17 </p>
18 <ul>
19 <li>Liste non-ordonnée</li>
20 <li><a href="">Lien</a></li>
21 </ul>
22 <pre>
23 Texte préformaté.
24 </pre>
25 </body>
26 </html>