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