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

2016
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 29 09:46:35 2016 +0200 (2016-05-29)
parents 09c5df0a9e5f
children 8253327a882a
line source
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz Web Server</title>
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <header>
11 <h1>SliTaz Web Server</h1>
12 </header>
14 <!-- Content -->
15 <div id="content">
16 <h2>Index of /</h2>
18 <p>
19 Welcome to the SliTaz HTTP web server. You can delete or modify this
20 page to put your own xHTML pages, web sites, CGI or PHP scripts. CGI
21 support is activated by default using the SHell interpreter for *.sh
22 and *.cgi files. This page is located in the server root directory
23 /var/www. The default configuration is to allow connections only from
24 lan so port 80 is not open to the web for security reasons.
25 </p>
27 <pre>
28 Busybox HTTPD confg : /etc/httpd.conf
29 LighTTPD configs : /etc/lighttpd
30 </pre>
32 <!-- End content -->
33 </div>
35 <footer>
36 Copyright &copy; 2016 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
37 </footer>
39 </body>
40 </html>