#!/usr/bin/perl -wT
print "Content-type: text/html\n\n";
print <<EndOfHTML;
<html><head><title>Forum under maintenance</title></head>
<body>
<center><h3>We are currently upgrading our forum.<br>Please check back shortly! </h3></center>
</body></html>
EndOfHTML
