tor-browser

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

1024428-1.html (178B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 </head>
      5 <body>
      6 <div id="host"></div>
      7 <script>
      8  host.attachShadow({ mode: "open" }).innerHTML = '<input type="range" />';
      9 </script>
     10 </body>
     11 </html>