website diff testsuite.cgi @ rev 1177

Add new banner about SliTaz 2014 fundraising
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 21:20:41 2014 +0100 (2014-01-15)
parents
children 382981f2e6f6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testsuite.cgi	Wed Jan 15 21:20:41 2014 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +. /usr/lib/slitaz/httphelper
     1.7 +header
     1.8 +
     1.9 +cat << EOT
    1.10 +<!DOCTYPE html>
    1.11 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.12 +<head>
    1.13 +	<title>SliTaz.org - CGI Testsuite</title>
    1.14 +	<meta charset="utf-8" />
    1.15 +</head>
    1.16 +<body>
    1.17 +<pre>
    1.18 +EOT
    1.19 +
    1.20 +env
    1.21 +
    1.22 +cat << EOT
    1.23 +</pre>
    1.24 +</body>
    1.25 +</html>
    1.26 +EOT