5 lines
357 B
HTML
5 lines
357 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- just an svg that contains an image whose src points to a protocol that firefox doesn't support -->
|
|
<img src='data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 120 120"><image width="10" height="10" xlink:href="C:\doesntmatter.png"/></svg>'/>
|
|
</html>
|