Mercurial > urweb
comparison demo/css.ur @ 775:a8bdd5a0d9b0
css demo
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 03 May 2009 12:36:25 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
774:412ccd97ab71 | 775:a8bdd5a0d9b0 |
---|---|
1 style quote | |
2 | |
3 fun main () = return <xml> | |
4 <head> | |
5 <link rel="stylesheet" type="text/css" href="http://adam.chlipala.net/style.css"/> | |
6 </head> | |
7 | |
8 <body> | |
9 <div class={quote}>Here's a quote.</div> | |
10 </body> | |
11 </xml> |