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