Feed Buttons

BTW does your site have RSS and/or Atom feeds? Modern web browsers not having feed buttons getting you down? Need a good way to advertise as such?

I pixelled some basic little buttons (in 1x and 2x density) like how I remember them being back in the day!

RSS

Atom

These can be used, with support for high-DPI displays, like this:

<img src="/img/rss.gif" srcset="/img/rss@2x.png 2x" alt="RSS" width="32" height="11" decoding="async" loading="lazy" />
<img src="/img/atom.gif" srcset="/img/atom@2x.png 2x" alt="Atom" width="38" height="11" decoding="async" loading="lazy" />

The 1x images are gifs, because gifs manage to be smaller than pngs at that size, while at 2x density, png wins. SVGs are provided in case you want to modify these further, but are much larger than the raster images. Text is based on the free Visitor font, a real classic.

Individual files:

You may use these however you wish. Those who care may consider these licensed under the Creative Commons Zero license.