website annotate de/support.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents
children
rev   line source
Hans-G?nter@1310 1 <!DOCTYPE html>
Hans-G?nter@1310 2 <html lang="de">
Hans-G?nter@1310 3 <head>
Hans-G?nter@1310 4 <meta charset="UTF-8">
Hans-G?nter@1310 5 <title>SliTaz - Unterstützung</title>
Hans-G?nter@1310 6 <meta name="description" content="SliTaz-Unterstützung">
Hans-G?nter@1310 7 <meta name="keywords" content="slitaz list irc commercial" lang="en">
Hans-G?nter@1310 8 <meta name="author" content="Christophe Lincoln, HGT">
Hans-G?nter@1310 9 <?php include("../lib/html/meta-link.html"); ?>
Hans-G?nter@1310 10 </head>
Hans-G?nter@1310 11 <body>
Hans-G?nter@1310 12
Hans-G?nter@1310 13 <?php
Hans-G?nter@1310 14 include("../lib/html/header.de.html");
Hans-G?nter@1310 15 include("../lib/html/nav.de.html");
Hans-G?nter@1310 16 include("../lib/lang.php");
Hans-G?nter@1310 17 ?>
Hans-G?nter@1310 18
Hans-G?nter@1310 19 <!-- Content -->
Hans-G?nter@1310 20 <section id="content">
Hans-G?nter@1310 21
Hans-G?nter@1310 22 <h2>SliTaz-Unterstützung</h2>
Hans-G?nter@1310 23
Hans-G?nter@1310 24 <p>
Hans-G?nter@1310 25 Das SliTaz-Projekt bietet Hilfe und Unterstützung in verschiedener Weise. Wir haben
Hans-G?nter@1310 26 ein aktives Forum und zahlreiche Dokumente.
Hans-G?nter@1310 27 </p>
Hans-G?nter@1310 28
Hans-G?nter@1310 29 <div class="box">
Hans-G?nter@1310 30 <img src="../images/text.png" alt="text" />
Hans-G?nter@1310 31 Dokumentation: <a href="doc/">Freigabemitteilungen &amp; Handbücher</a> -
Hans-G?nter@1310 32 <a href="http://doc.slitaz.org/de:start">Wiki &amp; Handbücher</a> -
Hans-G?nter@1310 33 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
Hans-G?nter@1310 34 </div>
Hans-G?nter@1310 35
Hans-G?nter@1310 36 <div class="box">
Hans-G?nter@1310 37 <img src="../images/users.png" alt="users" />
Hans-G?nter@1310 38 Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
Hans-G?nter@1310 39 </div>
Hans-G?nter@1310 40
Hans-G?nter@1310 41 <div class="box">
Hans-G?nter@1310 42 <img src="../images/mail.png" alt="mail" />
Hans-G?nter@1310 43 Mail: <a href="mailing-list.php">„Mailing List“</a>
Hans-G?nter@1310 44 </div>
Hans-G?nter@1310 45
Hans-G?nter@1310 46 <div class="box">
Hans-G?nter@1310 47 <img src="../images/irc.png" alt="irc" />
Hans-G?nter@1310 48 IRC-Kanal: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
Hans-G?nter@1310 49 #slitaz bei irc.freenode.net
Hans-G?nter@1310 50 </div>
Hans-G?nter@1310 51
Hans-G?nter@1310 52 <div class="box">
Hans-G?nter@1310 53 <img src="../images/support.png" alt="support" />
Hans-G?nter@1310 54 Kommerzielle Nutzer: Bitte wenden Sie sich an &lt;asso(at)slitaz.org&gt;
Hans-G?nter@1310 55 </div>
Hans-G?nter@1310 56
Hans-G?nter@1310 57 <!-- End of content -->
Hans-G?nter@1310 58 </section>
Hans-G?nter@1310 59
Hans-G?nter@1310 60 <?php include("../lib/html/footer.html"); ?>
Hans-G?nter@1310 61
Hans-G?nter@1310 62 </body>
Hans-G?nter@1310 63 </html>