summaryrefslogtreecommitdiff
path: root/tests/link.ur
blob: aa65b26a429eaca858e2d9b479aaaca60d5eaa21 (plain)
1
2
3
4
5
6
7
fun ancillary () = return <xml>
        Welcome to the ancillary page!
</xml>

fun main () : transaction page = return <xml><body>
        <a link={ancillary ()}>Enter the unknown!</a>
</body></xml>