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

Improve webhome page and match last theme
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 06 14:09:28 2011 +0100 (2011-01-06)
parents f67cc653bc28
children 0b2c75f883a7
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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="slitaz.css" />
10 </head>
11 <body>
13 <!-- Header -->
14 <div id="header">
15 <!-- Access -->
16 <div id="access"></div>
17 <!-- Logo -->
18 <a href="http://www.slitaz.org/"><img id="logo"
19 src="pics/website/logo.png"
20 title="www.slitaz.org" alt="www.slitaz.org" /></a>
21 <p id="titre">#!/Web/Home</p>
22 </div>
24 <!-- Content -->
25 <div id="content-full">
27 <!-- Block begin -->
28 <div class="block">
29 <!-- Nav block begin -->
30 <div id="block_nav" style="min-height: 200px;">
31 <h3><img src="pics/website/network.png" alt="png" />SliTaz</h3>
32 <ul>
33 <li><a href="http://www.slitaz.org/">Main Website</a></li>
34 <li><a href="http://doc.slitaz.org/">Documentation</a></li>
35 <li><a href="http://forum.slitaz.org/">Support Forum</a></li>
36 <li><a href="http://scn.slitaz.org/">Community Network</a></li>
37 <li><a href="http://pkgs.slitaz.org/">Packages</a></li>
38 <li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
39 <li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
40 </ul>
41 <!-- Nav block end -->
42 </div>
43 <!-- Top block begin -->
44 <div id="block_top" style="min-height: 200px;">
45 <h1 style="margin-bottom: 50px;">Search the web</h1>
46 <form method="get" action="http://www.google.com/search">
47 <p>
48 <input type="text" name="q" size="24" style="width: 70%;"
49 maxlength="255" />
50 <input type="submit" value="Google" />
51 </p>
52 </form>
53 <form method="get" action="http://www.wikipedia.org/search-redirect.php">
54 <p>
55 <input type="hidden" name="language" value="en" />
56 <input type="text" name="search" size="24" style="width: 70%;"
57 maxlength="255" />
58 <input type="submit" name="go" value="Wikipedia" />
59 </p>
60 </form>
61 <!-- Top block end -->
62 </div>
63 <!-- Block end -->
64 </div>
66 <!-- End of content -->
67 </div>
69 </body>
70 </html>