164b4d67d4
HTML : Add an XML template for The Atom Syndication Format; Python : Add support for The Atom Syndication Format; README : Add screenshots; XSLT : Add an XSL Transformations stylesheet.
6 lines
316 B
XML
6 lines
316 B
XML
<svg width="50" height="50" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0" y="0" width="25" height="25" fill="#fff" />
|
|
<rect x="25" y="0" width="25" height="25" fill="#d9541e" />
|
|
<rect x="0" y="25" width="25" height="25" fill="#CC5D15" />
|
|
<rect x="25" y="25" width="25" height="25" fill="#d3d2d2" />
|
|
</svg>
|