comparison tests/html.lac @ 97:713e01fd7924

Simplify HTML examples, until the dispatching is ready
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 18:11:14 -0400
parents 94afff1ff7f6
children
comparison
equal deleted inserted replaced
96:82aaa1c406d3 97:713e01fd7924
1 val main = fn () => <html> 1 val main = <html>
2 <head> 2 <head>
3 <title>Hello World!</title> 3 <title>Hello World!</title>
4 </head> 4 </head>
5 5
6 <body> 6 <body>