slitaz-dev-tools view taztpd/taztpd.html @ rev 265

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Dec 12 21:42:12 2016 +0000 (2016-12-12)
parents 1bad02cad0b4
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>TazTPD Web Server</title>
5 <meta charset="utf-8" />
6 <style type="text/css">
7 body { padding: 40px 16%; }
8 h1 { color: #4d4d4d; border-bottom: 1px dotted #ddd; }
9 #content { text-align: justify; }
10 #footer { font-size: 84%; border-top: 1px solid #d4d4d4;
11 padding: 4px 0; }
12 #footer, #footer a { color: #888888; }
13 </style>
14 </head>
15 <body>
17 <h1>TazTPD</h1>
19 <div id="content">
20 <p>
21 A Web server in a nutSHell!
22 </p>
23 <p>
24 TazTPD is a very small Web Server written in Shell script which
25 can be run in user space. TazTPD is not designed to be used in
26 production but for fun, for testing, and to easily serve static files
27 or dynamic content on demand with CGI scripts.
28 </p>
29 <h4>CGI testing</h4>
30 <form method="get" action="taztpd.cgi">
31 <input type="text" name="var" size="32">
32 </form>
33 </div>
35 </body>
36 </html>