wok view netsurf/stuff/welcome.html @ rev 20917

updated fdupes (1.40 -> 1.6.1)
author Hans-G?nter Theisgen
date Thu Feb 28 17:10:02 2019 +0100 (2019-02-28)
parents
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz - Web Homepage</title>
5 <meta charset="utf-8" />
6 <meta name="author" content="Christophe Lincoln"/>
7 <link rel="shortcut icon" href="default.ico" />
8 <link rel="stylesheet" type="text/css" href="welcome.css" />
9 </head>
10 <body>
12 <!-- Header -->
13 <div id="header">
14 <div id="logo"></div>
15 <div id="network">
16 <a href="http://www.slitaz.org/">Website</a>
17 <a href="http://scn.slitaz.org/">Community</a>
18 <a href="http://doc.slitaz.org/">Doc</a>
19 <a href="http://forum.slitaz.org/">Forum</a>
20 <a href="http://bugs.slitaz.org/">Bugs</a>
21 <a href="http://hg.slitaz.org/">Hg</a>
22 </div>
23 <h1>SliTaz Web Home</h1>
24 </div>
26 <!-- Content -->
27 <div id="content">
29 <div id="search">
30 <form method="get" action="http://duckduckgo.com/html">
31 <p>
32 <input type="text" name="q" size="55" maxlength="255" />
33 <input type="hidden" name="t" value="slitaz" />
34 <input type="submit" value="Duckduckgo" style="height: 25px;" />
35 </p>
36 </form>
37 </div>
39 <!-- SliTaz Social -->
40 <div id="social">
41 SliTaz @
42 <a href="http://twitter.com/slitaz">Twitter</a>
43 <a href="http://www.facebook.com/slitaz">Facebook</a>
44 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
45 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
46 <a href="http://flattr.com/profile/slitaz">Flattr</a>
47 </div>
49 <!-- End of content with round corner -->
50 </div>
52 </body>
53 </html>