Mercurial > urweb
view tests/polyjs.ur @ 2014:fee1f660139c
Added HTML5 Semantic Tags
author | David Snider <david@davidsnider.net> |
---|---|
date | Sat, 10 May 2014 20:38:13 -0400 |
parents | 276fa06428ba |
children |
line wrap: on
line source
open PolyjsFfi fun main () : transaction page = return <xml><body> <button onclick={fn _ => alert (one "hi" ^ two "bye")}/> </body></xml>