Mercurial > urweb
view tests/empties.ur @ 1765:be114e170b77
Vector fonts in manual
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Thu, 17 May 2012 03:22:34 +0400 |
parents | 815afd323d86 |
children |
line wrap: on
line source
fun main () = return <xml><body> <table> <tr> <th/> <td><p/></td> </tr> </table> <form><textbox{#A}/></form> </body></xml>