racket/collects/web-server/default-web-root/htdocs/servlets/examples/response.ss
Jay McCarthy 56c111ecce response/c
svn: r13317
2009-01-29 16:34:57 +00:00

4 lines
93 B
Scheme

`(html (head (title "Hello"))
(body ([bgcolor "white"])
(p #f "Hello")))