tor-browser

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

svg_image.html (227B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <title>Test for page info svg images</title>
      5  </head>
      6  <body>
      7    <svg width="20" height="20">
      8      <image xlink:href="title_test.svg" width="20" height="20">
      9    </svg>
     10  </body>
     11 </html>