#!/usr/local/bin/perl

print "Content-type: text/html\n\n";

print <<EOF
<html>
<title>
Hello World!
</title>
<body bgcolor=#0000aa text=yellow>
<center>
<HR>
<BR> <BR> <BR> <BR> <BR> <BR>
<H1>Hello World!</H1>
<BR> <BR> <BR> <BR> <BR> <BR>
<HR>
</center>
</body>
</html>
EOF
