Mercurial > urweb
view tests/img.ur @ 1474:3d0cc841cafd
Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 17 Jun 2011 11:52:56 -0400 |
parents | e28637743279 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/> </body></xml>