view tests/html.ur @ 2058:235b33d62275

A new test for <button>
author Adam Chlipala <adam@chlipala.net>
date Sun, 17 Aug 2014 15:56:43 -0400
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>