aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/css.ur
blob: 0c1d8f705867c24f647e3de5108a9f209a4ffd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
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>