15 lines
470 B
HTML
15 lines
470 B
HTML
<html>
|
|
<head>
|
|
<title>fallback_rewrite_css_urls example</title>
|
|
<style type='text/css'>
|
|
body { background: url(images/Cuppa.png) no-repeat center; }}}}
|
|
/* Extra }s make sure that CSS parser cannot parse this. */
|
|
</style>
|
|
<link rel="stylesheet" type="text/css" href="styles/fallback_rewrite_css_urls.css">
|
|
</head>
|
|
<body>
|
|
<p>The background image should be rewritten or cache extended.</p>
|
|
<div class="foo"></div>
|
|
</body>
|
|
</html>
|