Mercurial > urweb
view tests/label.ur @ 1874:11d8e220f36f
Add xhead type
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:07:31 +0400 |
parents | 609ab3947a08 |
children |
line wrap: on
line source
fun main () = return <xml><body> <ccheckbox id="A"/> <label for="A">First one</label><br/> <ccheckbox id="B"/> <label for="B">Second one</label><br/> </body></xml>