slitaz-forge view 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 source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Tank</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <!-- Header -->
11 <div id="header">
12 <h1>SliTaz Tank Server</h1>
13 </div>
15 <!-- Content -->
16 <div id="content">
17 <h2>Index of /</h2>
19 <p>
20 Did you use Tank IP or do you was expecting an other page ? Please
21 report any error to the SliTaz project.
22 </p>
23 <p>
24 <a href="http://tank.slitaz.org/">tank.slitaz.org</a>
25 </p>
27 <!-- End content -->
28 </div>
30 <!-- Footer -->
31 <div id="footer">
32 Copyright &copy; 2012 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
33 </div>
35 </body>
36 </html>