slitaz-base-files view 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
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>SliTaz Web Server</title>
6 <link rel="stylesheet" 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; 2017 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
37 </footer>
39 </body>
40 </html>