diff --git a/site.scm b/site.scm new file mode 100644 index 0000000..f3f3fbc --- /dev/null +++ b/site.scm @@ -0,0 +1,5 @@ +(html + (head + (title "Just a test")) + (body + "Hello"))