Mercurial > urweb
view demo/alert.ur @ 2171:7187068f56f5
Return to working version mode
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 19 Aug 2015 10:53:18 -0400 |
parents | e6bc6bbd7a32 |
children |
line wrap: on
line source
fun main () = return <xml><body> <button value="Click me!" onclick={fn _ => alert "You clicked me!"}/> </body></xml>