Mercurial > urweb
comparison tests/html.lac @ 93:94afff1ff7f6
More fun with HTML
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 03 Jul 2008 17:14:35 -0400 |
parents | 1a4c51fa615c |
children | 713e01fd7924 |
comparison
equal
deleted
inserted
replaced
92:1a4c51fa615c | 93:94afff1ff7f6 |
---|---|
1 val text : xml[Html] = <html> | 1 val main = fn () => <html> |
2 <head> | 2 <head> |
3 <title>Hello World!</title> | 3 <title>Hello World!</title> |
4 </head> | 4 </head> |
5 | |
6 <body> | |
7 <b>Hello</b> <i>World</i>! | |
8 </body> | |
5 </html> | 9 </html> |