slitaz-base-files view rootfs/var/www/index.html @ rev 267

httphelper: fix bug with HTTP POST forms where tabs, multiple spaces, and ampersands disappeared.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 22 11:55:25 2015 +0300 (2015-04-22)
parents
children 09c5df0a9e5f
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Web Server</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 Web Server</h1>
13 </div>
15 <!-- Content -->
16 <div id="content">
17 <h2>Index of /</h2>
19 <p>
20 Welcome to the SliTaz HTTP web server. You can delete or modify this
21 page to put your own xHTML pages, web sites, CGI or PHP scripts. CGI
22 support is activated by default using the SHell interpreter for *.sh
23 and *.cgi files. This page is located in the server root directory
24 /var/www. The default configuration is to allow connections only from
25 lan so port 80 is not open to the web for security reasons.
26 </p>
28 <pre>
29 Busybox HTTPD confg : /etc/httpd.conf
30 LighTTPD configs : /etc/lighttpd
31 </pre>
33 <!-- End content -->
34 </div>
36 <!-- Footer -->
37 <div id="footer">
38 Copyright &copy; 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
39 </div>
41 </body>
42 </html>