Mercurial > urweb
view tests/html.ur @ 1581:1ced338f691a
Turn off warnings about deprecated functions, to placate silly OpenSSL change for OS X
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 26 Oct 2011 09:10:40 -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>