blob: 48c94f6b051df2996a18fecd865084f5e1471262 (
plain)
1
2
3
4
5
6
7
|
style extra_special
style somewhat_special
fun main () : transaction page = return <xml><body>
<span class={extra_special}>Test</span>
<span class={somewhat_special}>Test</span>
</body></xml>
|