blob: 83d19d2c2719b1d78694d195efcc386119159713 [file] [log] [blame]
<html>
<head>
<title>rewrite_images in CSS example</title>
<style type='text/css'>
body { background: url(images/Cuppa.png) no-repeat center; }
</style>
<link rel="stylesheet" type="text/css" href="styles/rewrite_css_images.css">
</head>
<body>
<p>The background image should be rewritten or cache extended.</p>
<div class="foo"></div>
</body>
</html>