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

New Web Home page
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 29 18:46:23 2011 +0200 (2011-03-29)
parents 4cba93b42cef
children 4eca84644bca
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="style.css" />
10 </head>
11 <body>
13 <!-- Header -->
14 <div id="header">
15 <div id="logo"></div>
16 <div id="network">
17 <a href="http://www.slitaz.org/">
18 <img src="images/network.png" alt="network.png" /></a>
19 <a href="http://scn.slitaz.org/">Community</a>
20 <a href="http://doc.slitaz.org/">Doc</a>
21 <a href="http://forum.slitaz.org/">Forum</a>
22 <a href="http://labs.slitaz.org/issues">Bugs</a>
23 <a href="http://hg.slitaz.org/">Hg</a>
24 </div>
25 <h1>SliTaz Web Home</h1>
26 </div>
28 <!-- Block -->
29 <div id="block"></div>
31 <!-- Content -->
32 <div id="content">
34 <div class="searchbox">
35 <form method="get" action="http://www.google.com/search">
36 <p>
37 <input type="text" name="q" size="8""
38 maxlength="255" />
39 <input type="submit" value="Google" />
40 </p>
41 </form>
42 <!-- <form method="get" action="http://www.wikipedia.org/search-redirect.php">
43 <p>
44 <input type="hidden" name="language" value="en" />
45 <input type="text" name="search" size="24" style="width: 70%;"
46 maxlength="255" />
47 <input type="submit" name="go" value="Wikipedia" />
48 </p>
49 </form> -->
50 </div>
52 <!-- SliTaz Social -->
53 <div id="social">
54 SliTaz @
55 <a href="http://twitter.com/slitaz">Twitter</a>
56 <a href="http://www.facebook.com/slitaz">Facebook</a>
57 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
58 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
59 <a href="http://flattr.com/profile/slitaz">Flattr</a>
60 </div>
62 <!-- End of content -->
63 </div>
65 </body>
66 </html>