wok diff netsurf/stuff/welcome.html @ rev 22099

Add python-incremental
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 01 14:48:33 2019 +0100 (2019-11-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/netsurf/stuff/welcome.html	Fri Nov 01 14:48:33 2019 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +    <title>SliTaz - Web Homepage</title>
     1.8 +    <meta charset="utf-8" />
     1.9 +    <meta name="author" content="Christophe Lincoln"/>
    1.10 +    <link rel="shortcut icon" href="default.ico" />
    1.11 +    <link rel="stylesheet" type="text/css" href="welcome.css" />
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<!-- Header -->
    1.16 +<div id="header">
    1.17 +	<div id="logo"></div>
    1.18 +	<div id="network">
    1.19 +		<a href="http://www.slitaz.org/">Website</a>
    1.20 +		<a href="http://scn.slitaz.org/">Community</a>
    1.21 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.22 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.23 +		<a href="http://bugs.slitaz.org/">Bugs</a>
    1.24 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.25 +	</div>
    1.26 +	<h1>SliTaz Web Home</h1>
    1.27 +</div>
    1.28 +
    1.29 +<!-- Content -->
    1.30 +<div id="content">
    1.31 +
    1.32 +<div id="search">
    1.33 +	<form method="get" action="http://duckduckgo.com/html">
    1.34 +		<p>
    1.35 +			<input type="text" name="q" size="55" maxlength="255" />
    1.36 +			<input type="hidden" name="t" value="slitaz" />
    1.37 +			<input type="submit" value="Duckduckgo" style="height: 25px;" />
    1.38 +		</p>
    1.39 +	</form>
    1.40 +</div>
    1.41 +
    1.42 +<!-- SliTaz Social -->
    1.43 +<div id="social">
    1.44 +	SliTaz @
    1.45 +	<a href="http://twitter.com/slitaz">Twitter</a>
    1.46 +	<a href="http://www.facebook.com/slitaz">Facebook</a>
    1.47 +	<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    1.48 +	<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    1.49 +	<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.50 +</div>
    1.51 +
    1.52 +<!-- End of content with round corner -->
    1.53 +</div>
    1.54 +
    1.55 +</body>
    1.56 +</html>