summaryrefslogtreecommitdiff
path: root/tests/html.ur
blob: e6f93ab379cce675453ff877d0b5ea0dbd134fec (plain)
1
2
3
4
5
6
7
8
9
val main = <html>
        <head>
                <title>Hello World!</title>
        </head>

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