view tests/html.lac @ 97:713e01fd7924

Simplify HTML examples, until the dispatching is ready
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 18:11:14 -0400
parents 94afff1ff7f6
children
line wrap: on
line source
val main = <html>
        <head>
                <title>Hello World!</title>
        </head>

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