slitaz-base-files annotate rootfs/var/www/index.html @ rev 230

Add /var/www index and style so we have the same for all httpd daemons
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 11 09:47:11 2014 +0200 (2014-04-11)
parents
children 09c5df0a9e5f
rev   line source
pankso@230 1 <!DOCTYPE html>
pankso@230 2 <html xmlns="http://www.w3.org/1999/xhtml">
pankso@230 3 <head>
pankso@230 4 <title>SliTaz Web Server</title>
pankso@230 5 <meta charset="utf-8" />
pankso@230 6 <link rel="stylesheet" type="text/css" href="style.css" />
pankso@230 7 </head>
pankso@230 8 <body>
pankso@230 9
pankso@230 10 <!-- Header -->
pankso@230 11 <div id="header">
pankso@230 12 <h1>SliTaz Web Server</h1>
pankso@230 13 </div>
pankso@230 14
pankso@230 15 <!-- Content -->
pankso@230 16 <div id="content">
pankso@230 17 <h2>Index of /</h2>
pankso@230 18
pankso@230 19 <p>
pankso@230 20 Welcome to the SliTaz HTTP web server. You can delete or modify this
pankso@230 21 page to put your own xHTML pages, web sites, CGI or PHP scripts. CGI
pankso@230 22 support is activated by default using the SHell interpreter for *.sh
pankso@230 23 and *.cgi files. This page is located in the server root directory
pankso@230 24 /var/www. The default configuration is to allow connections only from
pankso@230 25 lan so port 80 is not open to the web for security reasons.
pankso@230 26 </p>
pankso@230 27
pankso@230 28 <pre>
pankso@230 29 Busybox HTTPD confg : /etc/httpd.conf
pankso@230 30 LighTTPD configs : /etc/lighttpd
pankso@230 31 </pre>
pankso@230 32
pankso@230 33 <!-- End content -->
pankso@230 34 </div>
pankso@230 35
pankso@230 36 <!-- Footer -->
pankso@230 37 <div id="footer">
pankso@230 38 Copyright &copy; 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
pankso@230 39 </div>
pankso@230 40
pankso@230 41 </body>
pankso@230 42 </html>