summaryrefslogtreecommitdiff
path: root/tests/link.lac
blob: 8d806c544236f7421ff762ae2113a0011fc1ceaa (plain)
1
2
3
4
5
6
7
val ancillary : {} -> xhtml = fn () => <html>
        Welcome to the ancillary page!
</html>

val main : {} -> xhtml = fn () => <html><body>
        <a link={ancillary ()}>Enter the unknown!</a>
</body></html>