summaryrefslogtreecommitdiff
path: root/demo/hello.ur
blob: 93134608b5694ceb56c9c7a565977d70fc0d2210 (plain)
1
2
3
4
5
6
7
8
9
fun main () = return <xml>
  <head>
    <title>Hello world!</title>
  </head>

  <body>
    <h1>Hello world!</h1>
  </body>
</xml>