diff options
Diffstat (limited to 'tests/attrs.lac')
-rw-r--r-- | tests/attrs.lac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/attrs.lac b/tests/attrs.lac new file mode 100644 index 00000000..0495c4eb --- /dev/null +++ b/tests/attrs.lac @@ -0,0 +1,5 @@ +val main = fn () => <html><body> + <font face="awesome">Welcome</font> +</body></html> + +page main |