4 lines
93 B
Scheme
4 lines
93 B
Scheme
`(html (head (title "Hello"))
|
|
(body ([bgcolor "white"])
|
|
(p #f "Hello")))
|