tor-browser

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

printpreview_image_select.html (127B)


      1 <!DOCTYPE html>
      2 <body>
      3  <picture>
      4    <source width="200" srcset="red.png 1w, green.png 200w">
      5    <img>
      6  </picture>
      7 </body>