wok view netsurf/stuff/webhome/netsurf.html @ rev 13296

Add dukto
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 28 13:52:43 2012 +0200 (2012-08-28)
parents dd3e14a6278d
children
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">
15 <div id="logo"></div>
16 <div id="network">
17 <a href="http://www.slitaz.org/">Website</a>
18 <a href="http://scn.slitaz.org/">Community</a>
19 <a href="http://doc.slitaz.org/">Doc</a>
20 <a href="http://forum.slitaz.org/">Forum</a>
21 <a href="http://labs.slitaz.org/issues">Bugs</a>
22 <a href="http://hg.slitaz.org/">Hg</a>
23 </div>
24 <h1>SliTaz Web Home</h1>
25 </div>
27 <div id="block"></div>
29 <!-- Content -->
30 <div id="content">
32 <!-- Custom style for netsurf -->
33 <style type="text/css">
34 #search { text-align: center; margin: 40px 0px; }
35 input[type=submit] {
36 border: 1px solid #b64b22;
37 background-color: #b64b22;
38 color: white;
39 font-weight: bold;
40 cursor: pointer;
41 padding: 3px 10px;
42 font-size: 15px;
43 margin-left: -5px;
44 }
45 input[type=text] {
46 border: 1px solid #333333;
47 padding: 4px;
48 height: 15px;
49 width: 68%;
50 }
51 </style>
53 <div id="search">
54 <form method="get" action="http://www.google.com/search">
55 <p>
56 <input type="text" name="q" size="55" maxlength="255" />
57 <input type="submit" value="Google" style="height: 25px;" />
58 </p>
59 </form>
60 </div>
62 <!-- SliTaz Social -->
63 <div id="social">
64 SliTaz @
65 <a href="http://twitter.com/slitaz">Twitter</a>
66 <a href="http://www.facebook.com/slitaz">Facebook</a>
67 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
68 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
69 <a href="http://flattr.com/profile/slitaz">Flattr</a>
70 </div>
72 <!-- End of content with round corner -->
73 </div>
75 </body>
76 </html>