view tests/html.ur @ 2194:f6e16c308566

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 22 Nov 2015 10:25:22 -0500
parents 71bafe66dbe1
children
line wrap: on
line source
val main = <html>
        <head>
                <title>Hello World!</title>
        </head>

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