view tests/html.ur @ 2089:5f15f4ce8f3b

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 06 Dec 2014 15:45:41 -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>