tor-browser

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

area-download-click.html (184B)


      1 <!doctype html>
      2 <img src="/images/threecolors.png" usemap="#x" id="img" width="300" height="300">
      3 <map name="x">
      4  <area id="blob-url" download="foo.html" coords="0,0,300,300">
      5 </map>