5 lines
201 B
Text
5 lines
201 B
Text
(define-service (server-date) ;1
|
|
(current-date)) ;2
|
|
|
|
(<HTML> ;4
|
|
(<H1> "Hello world")) ;5
|