annotate tests/img.ur @ 717:e28637743279

URLs
author Adam Chlipala <adamc@hcoop.net>
date Thu, 09 Apr 2009 16:36:50 -0400
parents
children
rev   line source
adamc@717 1 fun main () : transaction page = return <xml><body>
adamc@717 2 <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
adamc@717 3 </body></xml>