view tests/html.lac @ 93:94afff1ff7f6

More fun with HTML
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 17:14:35 -0400
parents 1a4c51fa615c
children 713e01fd7924
line wrap: on
line source
val main = fn () => <html>
        <head>
                <title>Hello World!</title>
        </head>

        <body>
                <b>Hello</b> <i>World</i>!
        </body>
</html>