#!/bin/tcsh

echo "Content-type: text/html"
echo ""
echo "<HTML>"
echo "Hello the <B>world</B>."
echo "</HTML>"
echo ""
