slitaz-configs view rootfs/usr/share/webhome/index.html @ rev 36

Update webhome page for fr
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 16 01:53:01 2009 +0200 (2009-04-16)
parents 76952e055c18
children b9df2016a4b3
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz - Web Homepage</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="author" content="Christophe Lincoln"/>
8 <link rel="shortcut icon" href="favicon.ico" />
9 <link rel="stylesheet" type="text/css" href="style.css" />
10 </head>
11 <body>
13 <!-- Header -->
14 <div id="header"></div>
16 <!-- Content top. -->
17 <div id="content_top">
18 <div class="top_left"></div>
19 <div class="top_right"></div>
20 </div>
22 <!-- Content -->
23 <div id="content">
24 <a name="content"></a>
26 <h1>Browse the Web</h1>
28 <div style="text-align: center; margin: 10px;">
29 <table>
30 <!-- Search Wikipedia -->
31 <tr>
32 <th><strong>[ Wikipedia ]</strong></th>
33 <td>
34 <form action="http://www.wikipedia.org/search-redirect.php" method="get">
35 <input type="hidden" name="language" value="en" />
36 <input type="text" name="search" size="30" />
37 <input type="submit" name="go" value="Search" />
38 </form>
39 </td>
40 </tr>
41 <!-- Search Google -->
42 <tr>
43 <th><strong>[ Google ]</strong></th>
44 <td>
45 <form method="get" action="http://www.google.com/search">
46 <input type="text" name="q" size="30" maxlength="255" value="" />
47 <input type="submit" value="Search" />
48 </form>
49 </td>
50 </tr>
51 </table>
52 </div>
54 <!-- Shortcuts -->
55 <div style="text-align: center; margin: 10px;">
56 SliTaz Website :
57 <a href="http://www.slitaz.org/de/">Deutch</a> -
58 <a href="http://www.slitaz.org/en/">English</a> -
59 <a href="http://www.slitaz.org/fr/">Français</a> -
60 <a href="http://www.slitaz.org/pt/">Português</a>
61 </div>
62 <div style="text-align: center; margin: 10px;">
63 Documentation :
64 <a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> -
65 <a href="http://www.slitaz.org/fr/doc/handbook/">Livre de main</a> -
66 <a href="http://www.slitaz.org/pt/doc/handbook/">Manual do SliTaz</a>
67 </div>
68 <div style="text-align: center; margin: 10px;">
69 Community :
70 <a href="http://forum.slitaz.org/">Forum</a> |
71 <a href="http://wiki.slitaz.org/">Wiki</a> |
72 <a href="http://labs.slitaz.org/">Labs</a>
73 </div>
75 <div style="text-align: center;">
76 <img
77 src="pics/slitaz-tux.png" title="www.slitaz.org" alt="www.slitaz.org"
78 style="width: 90px; height: 98px;" />
79 </div>
81 <!-- End of content with round corner -->
82 </div>
83 <div id="content_bottom">
84 <div class="bottom_left"></div>
85 <div class="bottom_right"></div>
86 </div>
88 </body>
89 </html>