summaryrefslogtreecommitdiff
path: root/demo/link.ur
blob: f9e339682594a78ffa72bf7f8725471a807f71cf (plain)
1
2
3
4
5
6
7
fun target () = return <xml><body>
  Welcome!
</body></xml>

fun main () = return <xml><body>
  <a link={target ()}>Go there</a>
</body></xml>