comparison tests/attrs.lac @ 104:b1e5398a7f30

Initial HTML attributes support
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 15:04:32 -0400
parents
children da760c34f5ed
comparison
equal deleted inserted replaced
103:8921f0344193 104:b1e5398a7f30
1 val main = fn () => <html><body>
2 <font face="awesome">Welcome</font>
3 </body></html>
4
5 page main