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

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Jul 15 20:12:43 2014 +0100 (2014-07-15)
parents 5dd3b8ef661a
children de3d474d8036
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 <link rel="shortcut icon" href="favicon.ico" />
7 <link rel="stylesheet" type="text/css" href="style.css" />
8 </head>
9 <body>
11 <!-- Header -->
12 <div id="header">
13 <div id="logo"></div>
14 <div id="network">
15 <a href="http://www.slitaz.org/">Home</a>
16 <a href="http://scn.slitaz.org/">Comunidade</a>
17 <a href="http://doc.slitaz.org/">Doc</a>
18 <a href="http://forum.slitaz.org/">Fórum</a>
19 <a href="http://irc.slitaz.org/">IRC</a>
20 <a href="http://slitaz.pro/">Pro</a>
21 <a href="http://shop.slitaz.org/">Shop</a>
22 <a href="http://bugs.slitaz.org/">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="https://duckduckgo.com/">
36 <p>
37 <input type="text" name="q" size="24" style="width: 70%;"
38 maxlength="255" />
39 <input type="submit" name="" value="Search" />
40 <input type="hidden" name="t" value="slitaz" />
41 </p>
42 </form>
43 </div>
45 <!-- SliTaz Social -->
46 <div id="social">
47 SliTaz @
48 <a href="http://twitter.com/slitaz">Twitter</a>
49 <a href="http://www.facebook.com/slitaz">Facebook</a>
50 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
51 <a href="http://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
52 <a href="http://flattr.com/profile/slitaz">Flattr</a>
53 </div>
55 <!-- End of content -->
56 </div>
58 </body>
59 </html>