slitaz-forge view tank/files/var/www/index.html @ rev 384

2014
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 04 14:12:10 2014 +0000 (2014-01-04)
parents 70511bea2eeb
children 61f1a20681c7
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 was requesting 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; 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
33 </div>
35 </body>
36 </html>