OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>Unexpected EOF in @import rule</title> | |
5 <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com"> | |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-error s"> | |
7 <style type="text/css">@import url(import-p-green.css) (color</style> | |
8 </head> | |
9 <body> | |
10 <p>This text should be green.</p> | |
11 </body> | |
12 </html> | |
OLD | NEW |