view demo/css.ur @ 2252:e843a04499d4

Revert to revision 2222.
author Ziv Scully <ziv@mit.edu>
date Mon, 21 Sep 2015 10:16:55 -0400
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>