Add temporary test site.scm

This commit is contained in:
Tom Willemsen 2012-08-07 23:13:39 +02:00
parent b8bfdaee9c
commit fd30a6de71

5
site.scm Normal file
View file

@ -0,0 +1,5 @@
(html
(head
(title "Just a test"))
(body
"Hello"))