#!/bin/sh
echo Content-Type: text/html
echo
echo \<h1\>Callsign gateway is down temporarily\</h1\>
echo 
echo We hope this will be back up soon.
echo \<p\>
echo Contact eichin@mit.edu for comments regarding this gateway.
echo \<p\>
echo \<a href=\"http://www.mit.edu:8001/comment\"\>webmaster@mit.edu\</a\>
