#! /bin/sh ### A simple CGI program. ### Prints a hard-coded HTML page. echo content-type: text/html echo "" echo \ echo \\titular text\\ echo \ echo \I guess CGI is configured properly.\ echo \ echo \