aboutsummaryrefslogtreecommitdiff
path: root/front.c
diff options
context:
space:
mode:
Diffstat (limited to 'front.c')
-rw-r--r--front.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/front.c b/front.c
deleted file mode 100644
index 7bba90a..0000000
--- a/front.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <stdio.h>
-#include "query.h"
-#include "site.h"
-
-void
-front()
-{
- char *title;
-
- title = site.name;
- printf("Content-Type: text/html\n\n");
- #include "t/head.tc"
- #include "t/front.tc"
- #include "t/foot.tc"
-} \ No newline at end of file