aboutsummaryrefslogtreecommitdiff
path: root/front.c
blob: 6b8615c63115810ee3c19111517a536126b1c60e (plain)
1
2
3
4
5
6
void
front()
{
	printf("Content-Type: text/html\n\n");
	#include "front.tc"
}