Mercurial > urweb
view tests/html_fn.ur @ 896:0ae8894d5c97
New command-line options; describe simple SQLite build in demo intro
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 18 Jul 2009 13:46:22 -0400 |
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>