diff options
Diffstat (limited to 't/head.tc')
-rw-r--r-- | t/head.tc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/head.tc b/t/head.tc new file mode 100644 index 0000000..c19b483 --- /dev/null +++ b/t/head.tc @@ -0,0 +1,3 @@ +printf("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\">\n<title>"); +printf("%s", title ); +printf("</title>\n</head>\n<body>"); |