diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/attrs.lac	Thu Jul 10 15:04:32 2008 -0400
@@ -0,0 +1,5 @@
+val main = fn () => <html><body>
+        <font face="awesome">Welcome</font>
+</body></html>
+
+page main