#!/usr/bin/sh

echo "Content-type: text/html"
echo ""
echo "<html>"
echo "<head><title>this is a test</title></head>"
echo "<body>"
echo "<center><h1>Daniel's WEB PAGE </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>"
read thename
echo $thename > danfile
echo "<center><h1><font color=red>Good Morning"
echo `awk -F= '{print $2}' danfile` > danfile1
echo `awk -F+ '{print $1" "$2" "$3" "$4}' danfile1`
echo "</font></h1></center>"
echo "<p>"
echo "<hr>"
echo "<font size=6 color=red>"
set `/usr/bin/cal`
echo "<center>$1 $2</center>"
echo "<center>$3 $4 $5 $6 $7 $8 $9</center>"
echo "<p>"
echo "</font>"

echo "</body>" 
echo "</html>" 
