website annotate fr/support.php @ rev 1256

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents 9d8b7e54f6ea
children a9dc091249f2
rev   line source
al@1256 1 <!DOCTYPE html>
al@1256 2 <html lang="fr">
al@1256 3 <head>
al@1256 4 <meta charset="utf-8"/>
al@1256 5 <title>SliTaz - Support (fr)</title>
al@1256 6 <meta name="description" content="slitaz support en français"/>
al@1256 7 <meta name="keywords" content="slitaz liste irc support commercial" lang="fr"/>
al@1256 8 <meta name="author" content="Christophe Lincoln"/>
al@1256 9 <?php include("../lib/html/meta-link.html"); ?>
al@1256 10 </head>
al@1256 11 <body>
al@1256 12
al@1256 13 <?php
al@1256 14 include("../lib/html/header.fr.html");
al@1256 15 include("../lib/html/nav.fr.html");
al@1256 16 include("../lib/lang.php");
al@1256 17 ?>
al@1256 18
al@1256 19 <!-- Content -->
al@1256 20 <section id="content">
al@1256 21
al@1256 22 <h2>Support SliTaz</h2>
al@1256 23
al@1256 24 <p>
al@1256 25 Le projet SliTaz propose divers moyens d'aide et de support. Nous avons
al@1256 26 un forum actif et une large documentation.
al@1256 27 </p>
al@1256 28
al@1256 29 <div class="box">
al@1256 30 <img src="../images/text.png" alt="text" />
al@1256 31 Documentation: <a href="doc/">Notes de publication &amp; Manuels</a> -
al@1256 32 <a href="http://doc.slitaz.org/fr:start">Wiki &amp; Livres</a> -
al@1256 33 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
al@1256 34 </div>
al@1256 35
al@1256 36 <div class="box">
al@1256 37 <img src="../images/users.png" alt="users" />
al@1256 38 Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
al@1256 39 </div>
al@1256 40
al@1256 41 <div class="box">
al@1256 42 <img src="../images/irc.png" alt="irc" />
al@1256 43 Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
al@1256 44 #slitaz sur irc.freenode.net
al@1256 45 </div>
al@1256 46
al@1256 47 <div class="box">
al@1256 48 <img src="../images/support.png" alt="support" />
al@1256 49 Commercial: Veuillez contacter par mail &lt;asso AT slitaz.org&gt;
al@1256 50 </div>
al@1256 51
al@1256 52 <!-- End of content -->
al@1256 53 </section>
al@1256 54
al@1256 55 <?php include("../lib/html/footer.html"); ?>
al@1256 56
al@1256 57 </body>
al@1256 58 </html>