wok view dillo/stuff/webhome/dillo.html @ rev 18745

linux*zram: add CONFIG_FILES (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 25 21:45:26 2015 +0100 (2015-12-25)
parents
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Dillo Home</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <!-- Header -->
11 <div id="header">
12 <h1>SliTaz Dillo Home</h1>
13 </div>
15 <!-- Content -->
16 <div id="content">
18 <div class="searchbox">
19 <form method="get" action="https://duckduckgo.com/">
20 <p>
21 <input type="text" name="q" size="24" style="width: 70%;"
22 maxlength="255" />
23 <input type="submit" name="" value="Search" />
24 <input type="hidden" name="t" value="slitaz" />
25 </p>
26 </form>
27 </div>
29 <!-- SliTaz Social -->
30 <div id="social">
31 <p>
32 SliTaz @
33 <a href="http://twitter.com/slitaz">Twitter</a>
34 <a href="http://www.facebook.com/slitaz">Facebook</a>
35 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
36 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
37 <a href="http://flattr.com/profile/slitaz">Flattr</a>
38 </p>
39 <p>
40 <a href="http://www.slitaz.org/">SliTaz Website</a>
41 - <a href="http://arm.slitaz.org/">SliTaz ARM</a>
42 - <a href="http://www.dillo.org/">Dillo Website</a>
43 </p>
44 </div>
46 <!-- End of content -->
47 </div>
49 </body>
50 </html>