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

/var/www/index.html, /var/www/style.css: change layout with fixed header and footer, and scrollable content.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 28 17:46:27 2015 +0300 (2015-04-28)
parents cf0ae7633c29
children aba2d2cae702
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>
al@268 36 Copyright &copy; 2015 <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>