wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dillo/stuff/webhome/dillo.html	Fri Dec 25 21:45:26 2015 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +	<title>SliTaz Dillo Home</title>
     1.8 +	<meta charset="utf-8" />
     1.9 +    <link rel="stylesheet" type="text/css" href="style.css" />
    1.10 +</head>
    1.11 +<body>
    1.12 +
    1.13 +<!-- Header -->
    1.14 +<div id="header">
    1.15 +	<h1>SliTaz Dillo Home</h1>
    1.16 +</div>
    1.17 +
    1.18 +<!-- Content -->
    1.19 +<div id="content">
    1.20 +
    1.21 +<div class="searchbox">
    1.22 +	<form method="get" action="https://duckduckgo.com/">
    1.23 +		<p>
    1.24 +			<input type="text" name="q" size="24" style="width: 70%;"
    1.25 +				maxlength="255" />
    1.26 +			<input type="submit" name="" value="Search" />
    1.27 +			<input type="hidden" name="t" value="slitaz" />
    1.28 +		</p>
    1.29 +	</form>
    1.30 +</div>
    1.31 +
    1.32 +<!-- SliTaz Social -->
    1.33 +<div id="social">
    1.34 +	<p>
    1.35 +		SliTaz @
    1.36 +		<a href="http://twitter.com/slitaz">Twitter</a>
    1.37 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.38 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    1.39 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    1.40 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.41 +	</p>
    1.42 +	<p>
    1.43 +		<a href="http://www.slitaz.org/">SliTaz Website</a>
    1.44 +		- <a href="http://arm.slitaz.org/">SliTaz ARM</a>
    1.45 +		- <a href="http://www.dillo.org/">Dillo Website</a>
    1.46 +	</p>
    1.47 +</div>
    1.48 +
    1.49 +<!-- End of content -->
    1.50 +</div>
    1.51 +
    1.52 +</body>
    1.53 +</html>