#include <stdio.h>
main()
	{
	printf(
"Content-type: text/html\n\n <HTML> <HEAD> <TITLE> Dummy </TITLE></HEAD><BODY> <H3>Hallo</H3></body>\n");
	}
