wok-4.x diff netsurf/stuff/webhome/netsurf.html @ rev 4110
tazbb: add 'cook' command and update
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Sep 19 22:16:35 2009 +0200 (2009-09-19) |
parents | |
children | dd3e14a6278d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netsurf/stuff/webhome/netsurf.html Sat Sep 19 22:16:35 2009 +0200 1.3 @@ -0,0 +1,66 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 1.7 +<head> 1.8 + <title>SliTaz - Web Homepage</title> 1.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.10 + <meta name="author" content="Christophe Lincoln"/> 1.11 + <link rel="shortcut icon" href="favicon.ico" /> 1.12 + <link rel="stylesheet" type="text/css" href="netsurf.css" /> 1.13 +</head> 1.14 +<body> 1.15 + 1.16 +<!-- Header --> 1.17 +<div id="header"> 1.18 +<h1>Browse the Web</h1> 1.19 +</div> 1.20 + 1.21 +<!-- Content --> 1.22 +<div id="content"> 1.23 + 1.24 +<div style="text-align: center; margin: 10px;"> 1.25 +<table> 1.26 + <!-- Search Wikipedia --> 1.27 + <tr> 1.28 + <th><strong>[ Wikipedia ]</strong></th> 1.29 + <td> 1.30 + <form action="http://www.wikipedia.org/search-redirect.php" method="get"> 1.31 + <input type="hidden" name="language" value="en" /> 1.32 + <input type="text" name="search" size="30" /> 1.33 + <input type="submit" name="go" value="Search" /> 1.34 + </form> 1.35 + </td> 1.36 + </tr> 1.37 + <!-- Search Google --> 1.38 + <tr> 1.39 + <th><strong>[ Google ]</strong></th> 1.40 + <td> 1.41 + <form method="get" action="http://www.google.com/search"> 1.42 + <input type="text" name="q" size="30" maxlength="255" value="" /> 1.43 + <input type="submit" value="Search" /> 1.44 + </form> 1.45 + </td> 1.46 + </tr> 1.47 +</table> 1.48 +</div> 1.49 + 1.50 +<!-- Shortcuts --> 1.51 +<div style="text-align: center; margin: 10px;"> 1.52 + SliTaz : 1.53 + <a href="http://www.slitaz.org/">Website</a> | 1.54 + <a href="http://forum.slitaz.org/">Forum</a> | 1.55 + <a href="http://wiki.slitaz.org/">Wiki</a> | 1.56 + <a href="http://labs.slitaz.org/">Labs</a> | 1.57 + <a href="http://pkgs.slitaz.org/">Packages</a> 1.58 +</div> 1.59 +<div style="text-align: center; margin: 10px;"> 1.60 + NetSurf : 1.61 + <a href="http://www.netsurf-browser.org/">Website</a> | 1.62 + <a href="http://www.netsurf-browser.org/documentation/">Documentation</a> 1.63 +</div> 1.64 + 1.65 +<!-- End of content with round corner --> 1.66 +</div> 1.67 + 1.68 +</body> 1.69 +</html>