diff tests/img.ur @ 717:e28637743279

URLs
author Adam Chlipala <adamc@hcoop.net>
date Thu, 09 Apr 2009 16:36:50 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/img.ur	Thu Apr 09 16:36:50 2009 -0400
@@ -0,0 +1,3 @@
+fun main () : transaction page = return <xml><body>
+  <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
+</body></xml>