wisp/web_lisp_src/not-hello-world.wisp

9 lines
195 B
Plaintext
Raw Normal View History

2022-07-20 18:11:38 -05:00
(metadata (title "Hi there!"))
(on-update '())
(on-load '())
(document
(text "Hello, world!")
(image (link "ablecorp.us/img.png"))
(button :text "Click Me!!"
2022-07-26 14:25:08 -05:00
:callback (fun ())))