thatoddshade's record cards

today, I learnt about the data: URI scheme.

Data URLs are composed of four parts: a prefix (data:), a MIME type indicating the type of date, an optional base64 token if non-textual, and the date itself:

data:[<media-type>][;base64],<data>