wok-6.x view firefox/stuff/webhome/index.html @ rev 728

firefox: Improved local Home page
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 03 00:34:02 2008 +0200 (2008-05-03)
parents 0612e7ec101d
children ccb81974c978
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="fr" lang="fr">
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 <!-- Search Wikia -->
29 <div style="text-align: center; margin: 40px;">
30 <form name="search" method="get" action="http://alpha.search.wikia.com/search/search.html"
31 onsubmit="window.location='http://re.search.wikia.com/search#'+document.forms[0].q.value;return false;">
32 <strong>[ Wikia Search ]</strong>
33 <input type="text" name="q" id="q" size="22" />
34 <input type="hidden" name="page" value="1" />
35 <input type="hidden" name="n" value="10" />
36 <input type="hidden" name="t" value="2" />
37 <input type="submit" name="go" value="Search" />
38 </form>
39 </div>
41 <!-- Search Wikipedia -->
42 <div style="text-align: center; margin: 40px;">
43 <form action="http://www.wikipedia.org/search-redirect.php" method="get">
44 <strong>[ Wikipedia ]</strong>
45 <input type="hidden" name="language" value="en" />
46 <input type="text" name="search" size="22" />
47 <input type="submit" name="go" value="Search" />
48 </form>
49 </div>
51 <!-- Shortcuts -->
52 <div style="text-align: center; margin: 10px;">
53 <a href="http://www.slitaz.org/en/">SliTaz Website</a> -
54 <a href="http://www.slitaz.org/">fr_FR</a> |
55 <a href="http://www.slitaz.org/en/doc/handbook/">Handbook</a> |
56 <a href="http://forum.slitaz.org/">SliTaz Forum</a>
57 </div>
59 <div style="text-align: center;">
60 <img
61 src="pics/slitaz-tux.png" title="www.slitaz.org" alt="www.slitaz.org"
62 style="width: 90px; height: 98px;" />
63 </div>
65 <!-- End of content with round corner -->
66 </div>
67 <div id="content_bottom">
68 <div class="bottom_left"></div>
69 <div class="bottom_right"></div>
70 </div>
72 </body>
73 </html>