12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
(wisp
|
|
(metadata
|
|
(title "Hi there!"))
|
|
(on-update '())
|
|
(on-load '())
|
|
(document
|
|
(text "Hello, World!")
|
|
(image
|
|
(link "ablecorp.us/img.png"))
|
|
(button :text "Click Me!!"
|
|
:callback
|
|
(lambda '())))) |