about summary refs log tree commit diff stats
path: root/scratch/a.scm
diff options
context:
space:
mode:
authorelioat <hi@eli.li>2023-12-16 12:53:34 -0500
committerelioat <hi@eli.li>2023-12-16 12:53:34 -0500
commitacdc3b0d78bf26f9a314e96151fb72b13b6418a5 (patch)
treecf945610a986f6e14d552c93ee1ce18b39ba850e /scratch/a.scm
parent30eb42e65e369705337d2419e06a61a7cab1bfc1 (diff)
downloaddecember-2023-acdc3b0d78bf26f9a314e96151fb72b13b6418a5.tar.gz
*
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