slitaz-forge diff tank/files/var/www/index.html @ rev 191

Add a place holder for server root
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 20 23:24:20 2012 +0100 (2012-03-20)
parents
children e88d7c1eccf0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tank/files/var/www/index.html	Tue Mar 20 23:24:20 2012 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<head>
     1.7 +	<title>SliTaz Tank</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 Tank Server</h1>
    1.16 +</div>
    1.17 +
    1.18 +<!-- Content -->
    1.19 +<div id="content">
    1.20 +<h2>Index of /</h2>
    1.21 +
    1.22 +<p>
    1.23 +	Did you use Tank IP or do you was expecting an other page ? Please
    1.24 +	report any error to the SliTaz project.
    1.25 +</p>
    1.26 +<p>
    1.27 +	<a href="http://tank.slitaz.org/">tank.slitaz.org</a>
    1.28 +</p>
    1.29 +
    1.30 +<!-- End content -->
    1.31 +</div>
    1.32 +
    1.33 +<!-- Footer -->
    1.34 +<div id="footer">
    1.35 +    Copyright &copy; 2012 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
    1.36 +</div>
    1.37 +
    1.38 +</body>
    1.39 +</html>