website view testsuite.cgi @ rev 1292

Update 'de' pages to last stye
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 07 23:52:04 2016 +0100 (2016-12-07)
parents 1972513ec0ad
children
line source
1 #!/bin/sh
2 #
3 . /usr/lib/slitaz/httphelper.sh
4 header
6 cat << EOT
7 <!DOCTYPE html>
8 <html xmlns="http://www.w3.org/1999/xhtml">
9 <head>
10 <title>SliTaz.org - CGI Testsuite</title>
11 <meta charset="utf-8" />
12 </head>
13 <body>
14 <pre>
15 EOT
17 env
19 cat << EOT
20 </pre>
21 </body>
22 </html>
23 EOT