tor-browser

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

imagemap.html (98B)


      1 <!DOCTYPE html>
      2 <body>
      3 <img src="/media/poster.png" usemap="#map">
      4 <map name="map"></map>
      5 </body>