Noticed there's an alt tag: `<img alt="Tim" src="tim.jpg">` I'd try something like this: `<img src="tim.jpg">` To save a few more bites I'd also rename the file to `t.jpg`. Better yet, use Base64.
Noticed there's an alt tag:
<img alt="Tim" src="tim.jpg">I'd try something like this:
<img src="tim.jpg">To save a few more bites I'd also rename the file to
t.jpg. Better yet, use Base64.