flavors view core/rootfs/usr/share/webhome/netsurf.html @ rev 15

Keep 4 flavors + loram + 3in1 and add tmp addfiles for core
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 02 22:26:52 2010 +0100 (2010-02-02)
parents
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="netsurf.css" />
10 </head>
11 <body>
13 <!-- Header -->
14 <div id="header">
15 <h1>Browse the Web</h1>
16 </div>
18 <!-- Content -->
19 <div id="content">
21 <div style="text-align: center; margin-top: 40px;">
22 <table>
23 <!-- Search Wikipedia -->
24 <tr>
25 <th><strong>[ Wikipedia ]</strong></th>
26 <td>
27 <form action="http://www.wikipedia.org/search-redirect.php" method="get">
28 <input type="hidden" name="language" value="en" />
29 <input type="text" name="search" size="30" />
30 <input type="submit" name="go" value="Search" />
31 </form>
32 </td>
33 </tr>
34 <!-- Search Google -->
35 <tr>
36 <th><strong>[ Google ]</strong></th>
37 <td>
38 <form method="get" action="http://www.google.com/search">
39 <input type="text" name="q" size="30" maxlength="255" value="" />
40 <input type="submit" value="Search" />
41 </form>
42 </td>
43 </tr>
44 </table>
45 </div>
47 <!-- Shortcuts -->
48 <div style="text-align: center; margin-top: 30px;">
49 SliTaz :
50 <a href="http://www.slitaz.org/">Website</a> |
51 <a href="http://doc.slitaz.org/">Documentation</a> |
52 <a href="http://forum.slitaz.org/">Forum</a> |
53 <a href="http://pkgs.slitaz.org/">Packages</a> |
54 <a href="http://labs.slitaz.org/">Labs</a>
55 </div>
56 <div style="text-align: center; margin-top: 20px;">
57 NetSurf :
58 <a href="http://www.netsurf-browser.org/">Website</a> |
59 <a href="http://www.netsurf-browser.org/documentation/">Documentation</a>
60 </div>
62 <!-- End of content with round corner -->
63 </div>
65 </body>
66 </html>