5 lines
142 B
Scheme
5 lines
142 B
Scheme
#lang web-server/insta
|
|
(define (start initial-request)
|
|
`(html (head (title "Foo"))
|
|
(body (a ([href #f])
|
|
"Zog")))) |