7 lines
128 B
Plaintext
Executable File
7 lines
128 B
Plaintext
Executable File
(define-service (hello-world)
|
|
(<HTML>
|
|
(<HEAD>
|
|
(<TITLE> "Hello, world!"))
|
|
(<BODY>
|
|
"Hello, world!")))
|