Sha256: 9622e3c40db58550df919a3408310831180d072d8baa9a0afa0baf72f08ce08c
Contents?: true
Size: 630 Bytes
Versions: 2
Compression:
Stored size: 630 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>Color Parser</title> <style> body { color: #444; background-color: #535353; } a:link { color: #357ad1; } a:visited { color: #77abf0; } a:hover { color: #333; } </style> </head> <body> <style> div { background-color: #aaa; border: 1px solid #ccc; } </style> <div></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
color_parser-0.1.0 | spec/fixtures/css/inline.html |
color_parser-0.0.2 | test/fixtures/css/inline.html |