From acdc3b0d78bf26f9a314e96151fb72b13b6418a5 Mon Sep 17 00:00:00 2001 From: elioat Date: Sat, 16 Dec 2023 12:53:34 -0500 Subject: * --- scratch/a.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scratch/a.scm (limited to 'scratch/a.scm') 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 -- cgit 1.4.1-2-gfad0