aboutsummaryrefslogtreecommitdiff
path: root/front.c
diff options
context:
space:
mode:
Diffstat (limited to 'front.c')
-rw-r--r--front.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/front.c b/front.c
new file mode 100644
index 0000000..6b8615c
--- /dev/null
+++ b/front.c
@@ -0,0 +1,6 @@
+void
+front()
+{
+ printf("Content-Type: text/html\n\n");
+ #include "front.tc"
+} \ No newline at end of file