about summary refs log tree commit diff stats
path: root/scratch/a.scm
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/a.scm')
-rw-r--r--scratch/a.scm14
1 files changed, 14 insertions, 0 deletions
diff --git a/scratch/a.scm b/scratch/a.scm
new file mode 100644
index 0000000..1ce9578
--- /dev/null
+++ b/scratch/a.scm
@@ -0,0 +1,14 @@
+(import
+	(chibi)
+	(chibi sxml))
+
+(define strand
+	(sxml->xml 
+		`(html
+			(head
+				(title "bean"))
+			(body
+				(h1 "hello there")
+				(p "this is some text, hmmm.")))))
+
+(display strand)
\ No newline at end of file