wisp/web_lisp_src/not_hello_world.wisp
2022-07-21 01:11:38 +02:00

8 lines
193 B
Plaintext

(metadata (title "Hi there!"))
(on-update '())
(on-load '())
(document
(text "Hello, world!")
(image (link "ablecorp.us/img.png"))
(button :text "Click Me!!"
:callback (fn [])))