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

Add Japanese translations (thanks Keiichi Shiga)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 12:30:48 2017 +0200 (2017-01-10)
parents aba2d2cae702
children
rev   line source
pankso@230 1 <!DOCTYPE html>
al@318 2 <html lang="en">
pankso@230 3 <head>
al@318 4 <meta charset="UTF-8">
pankso@230 5 <title>SliTaz Web Server</title>
al@318 6 <link rel="stylesheet" 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
al@318 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@318 36 Copyright &copy; 2017 <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>