about summary refs log blame commit diff stats
path: root/scratch/a.scm
blob: 1ce957834ab8d0ef4207cdf934f1f797c1ead55c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)