2018-08-22 01:37:32 -03:00

7 lines
128 B
Plaintext
Executable File

(define-service (hello-world)
(<HTML>
(<HEAD>
(<TITLE> "Hello, world!"))
(<BODY>
"Hello, world!")))