print "HTTP/1.0 200\n\n";
print "<html><body>";
for(0..10){
print "$_<br>"
}
print "<body><html>";