tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

href-image-element-ref.html (287B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>href - image element reference</title>
      4 <body>
      5  <svg width="300" height="300" viewBox="0 0 300 300"
      6       xmlns:xlink="http://www.w3.org/1999/xlink">
      7    <image xlink:href="/images/green.png" width="100px" height="100px"/>
      8  </svg>
      9 </body>