Mercurial > urweb
view tests/html.ur @ 1200:5eac14322548
Generated basic dummy Iflow conditions
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 04 Apr 2010 14:37:19 -0400 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val main = <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>