wok diff dillo-hg/stuff/webhome/dillo.html @ rev 3053

Add linux-ext4 linux-hfs linux-minix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 13 16:03:39 2009 +0200 (2009-05-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dillo-hg/stuff/webhome/dillo.html	Wed May 13 16:03:39 2009 +0200
     1.3 @@ -0,0 +1,71 @@
     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 Dillo - 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="dillo.css" />
    1.13 +</head>
    1.14 +<body bgcolor="#ffffff">
    1.15 +
    1.16 +<!-- Header and quick navigation -->
    1.17 +<div id="header">
    1.18 +<div id="quicknav">
    1.19 +	<a name="top"></a>
    1.20 +</div>
    1.21 +<h1 align="center"><font color="#3E1220">Browse the Web</font></h1>
    1.22 +</div>
    1.23 +
    1.24 +<!-- Content. -->
    1.25 +<div id="content">
    1.26 +<div class="content-right"></div>
    1.27 +
    1.28 +<div style="text-align: center; padding: 20px;">
    1.29 +<table>
    1.30 +	<!-- Search Wikipedia -->
    1.31 +	<tr>
    1.32 +		<th><strong>[ Wikipedia ]</strong></th>
    1.33 +		<td>
    1.34 +			<form action="http://www.wikipedia.org/search-redirect.php" method="get">
    1.35 +				<input type="hidden" name="language" value="en" />
    1.36 +				<input type="text" name="search" size="30" />
    1.37 +				<input type="submit" name="go" value="Search" />
    1.38 +			</form>
    1.39 +		</td>
    1.40 +	</tr>
    1.41 +	<!-- Search Google -->
    1.42 +	<tr>
    1.43 +		<th><strong>[ Google ]</strong></th>
    1.44 +		<td>
    1.45 +			<form method="get" action="http://www.google.com/search">
    1.46 +				<input type="text" name="q" size="30" maxlength="255" value="" />
    1.47 +				<input type="submit" value="Search" />
    1.48 +			</form>
    1.49 +		</td>
    1.50 +	</tr>
    1.51 +</table>
    1.52 +</div>
    1.53 +
    1.54 +<!-- 10 Cloud tag are available. -->
    1.55 +<div id="cloud">
    1.56 +<p>
    1.57 +	<a href="http://forum.slitaz.org/" class="tag5">SliTaz Forum</a> -
    1.58 +	<a href="http://www.dillo.org/" class="tag8">Dillo Website</a> -
    1.59 +	<a href="http://www.dillo.org/FAQ.html" class="tag6">Dillo FAQ</a> -
    1.60 +	<a href="http://pkgs.slitaz.org/" class="tag4">Packages</a> -
    1.61 +	<a href="http://www.slitaz.org/" class="tag7">SliTaz GNU/Linux</a> - 
    1.62 +	<a href="http://www.dillo.org/dillo2-help.html" class="tag6">Dillo Manual</a> -
    1.63 +	<a href="http://www.slitaz.org/en/doc/handbook/liveusb.html" class="tag5">LiveUSB</a> -
    1.64 +	<a href="http://labs.slitaz.org/news" class="tag3">Labs News</a> -
    1.65 +	<a href="http://www.slitaz.org/en/get/flavors.html" class="tag6">LiveCD flavor</a> -
    1.66 +	<a href="http://boot.slitaz.org/" class="tag8">Web Boot</a>
    1.67 +</p>
    1.68 +</div>
    1.69 +
    1.70 +<!-- End of content -->
    1.71 +</div>
    1.72 +
    1.73 +</body>
    1.74 +</html>