Mercurial > urweb
view tests/html_fn.ur @ 468:4efab85405be
Ensql'ing nullables
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 06 Nov 2008 15:52:13 -0500 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val main : unit -> page = fn () => <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>