view demo/css.ur @ 1597:e283ca05c829

Add read instance for time on the client
author Ron de Bruijn <rmbruijn@gmail.com>
date Thu, 17 Nov 2011 17:14:44 +0100
parents a8bdd5a0d9b0
children
line wrap: on
line source
style quote

fun main () = return <xml>
  <head>
    <link rel="stylesheet" type="text/css" href="http://adam.chlipala.net/style.css"/>
  </head>

  <body>
    <div class={quote}>Here's a quote.</div>
  </body>
</xml>