#!/usr/bin/sh

echo "Content-type: text/html"
echo ""
echo "<html>"
echo "<body>"
echo "<center><h1>Hello this is a test </h1></center>" 
/usr/local/etc/httpd/cgi-bin/can
echo you are the 
echo "<font size=5 color=green>"
cat /usr/local/etc/httpd/cgi-bin/1.txt
echo "</font>"
echo th person
echo "</h1>"
/usr/bin/date
echo "</body>" 
echo "</html>" 
