wok diff links/stuff/links.html @ rev 16262

ARM: slitaz-configs-base must provide lxpanel config
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 08:24:32 2014 +0200 (2014-04-05)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/links/stuff/links.html	Sat Apr 05 08:24:32 2014 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +<html>
     1.5 +<head>
     1.6 +	<title>SliTaz web Home</title>
     1.7 +</head>
     1.8 +<body bgcolor="#ffffff" topmargin="20">
     1.9 +	
    1.10 +<h1>SliTaz Web Home</h1>
    1.11 +<hr />
    1.12 +
    1.13 +<table align="center">
    1.14 +	<tr>
    1.15 +		<td>
    1.16 +			<form method="get" action="https://duckduckgo.com/">
    1.17 +				<input type="text" name="q" size="46" maxlength="255" />
    1.18 +				<input type="submit" name="" value="Search" />
    1.19 +				<input type="hidden" name="t" value="slitaz" />
    1.20 +			</form>
    1.21 +		</td>
    1.22 +	</tr>
    1.23 +	<tr><td><p></p></td></tr>
    1.24 +	<tr>
    1.25 +		<td>
    1.26 +			SliTaz Network: 
    1.27 +			<a href="http://arm.slitaz.org">SliTaz ARM</a> -
    1.28 +			<a href="http://arm.slitaz.org/codex/">Codex</a> -
    1.29 +			<a href="http://forum.slitaz.org/forum/arm">Forum</a> -
    1.30 +			<a href="http://cook.slitaz.org/cross/arm/">Cooker</a> -
    1.31 +			<a href="http://hg.slitaz.org/slitaz-arm/summary">Hg</a>
    1.32 +		</td>
    1.33 +	</tr>
    1.34 +</table>
    1.35 +
    1.36 +</body>
    1.37 +</html>