Mercurial > urweb
view tests/html_fn.ur @ 792:d20d6afc1206
Improvements while working on Graftid
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 12 May 2009 18:02:25 -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>