Mercurial > urweb
view tests/link.lac @ 144:f0d3402184d1
Simple forms work
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 22 Jul 2008 15:12:20 -0400 |
parents | 2d6116de9cca |
children |
line wrap: on
line source
val ancillary = fn () => <html> Welcome to the ancillary page! </html> val main : unit -> page = fn () => <html><body> <a link={ancillary ()}>Enter the unknown!</a> </body></html>