4 lines
90 B
Racket
4 lines
90 B
Racket
`(html (head (title "Hello"))
|
|
(body ([bgcolor "white"])
|
|
(p "Hello")))
|