wok annotate busybox/stuff/www/index.html @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents 6c7adad93c4c
children 307866ad479e
rev   line source
pankso@10818 1 <!DOCTYPE html>
pankso@10818 2 <html xmlns="http://www.w3.org/1999/xhtml">
pankso@10818 3 <head>
pankso@10818 4 <title>SliTaz Web Server</title>
pankso@10818 5 <meta charset="utf-8" />
pankso@10818 6 <link rel="stylesheet" type="text/css" href="style.css" />
pankso@10818 7 </head>
pankso@10818 8 <body>
pankso@10818 9
pankso@10818 10 <!-- Header -->
pankso@10818 11 <div id="header">
pankso@10818 12 <h1>SliTaz Web Server</h1>
pankso@10818 13 </div>
pankso@10818 14
pankso@10818 15 <!-- Content -->
pankso@10818 16 <div id="content">
pankso@10818 17 <h2>Index of /</h2>
pankso@10818 18
pankso@10818 19 <p>
paul@10823 20 Welcome to the SliTaz Busybox HTTP web server. You can delete or modify this
pankso@10818 21 page to put your own xHTML pages, web sites, CGI or PHP scripts. The server
paul@10823 22 configuration file is /etc/httpd.conf. CGI support is activated by default
pankso@10818 23 using the SHell interpreter for *.sh and *.cgi files. This page is located
paul@10823 24 in the server root directory /var/www. The default configuration is to allow
paul@10846 25 connections only from localhost so port 80 is not open for security
paul@10823 26 reasons.
pankso@10818 27 </p>
pankso@10818 28
pankso@10818 29 <!-- End content -->
pankso@10818 30 </div>
pankso@10818 31
pankso@10818 32 <!-- Footer -->
pankso@10818 33 <div id="footer">
pankso@10818 34 Copyright &copy; 2011 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
pankso@10818 35 </div>
pankso@10818 36
pankso@10818 37 </body>
pankso@10818 38 </html>