diff options
Diffstat (limited to 't/front.tc')
-rw-r--r-- | t/front.tc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/front.tc b/t/front.tc new file mode 100644 index 0000000..0d7aec3 --- /dev/null +++ b/t/front.tc @@ -0,0 +1,4 @@ +printf("<h1>"); +printf("%s", site.name ); +printf("</h1>\n"); + printf("Hello world!"); printf("\n"); |