#!/bin/sh
#
# Output header followed by a blank line
echo "Content-type: text/html"
echo
echo "
Microtronix Linux Development Kit ver 1.0 for ALTERA NIOS... - Current Nios32 Date & Time"
echo ""
echo ""
echo ""
echo ""
echo ""
echo " |
"
echo "Current Date & Time:
"
echo "From /home/httpd/date.cgi: "
date
echo ""
echo