tor-browser

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

1764936-1.html (550B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <script>
      5      window.addEventListener("load", () => {
      6        const svg = document.createElementNS("http://www.w3.org/2000/svg", "svg")
      7        const image = document.createElementNS("http://www.w3.org/2000/svg", "image")
      8        image.setAttribute("height", "78.04250580135444ch")
      9        image.setAttribute("width", "1024rem")
     10        image.setAttribute("clip-path", "path( evenodd, '\\C' )")
     11        svg.appendChild(image)
     12        document.documentElement.appendChild(svg)
     13      })
     14    </script>
     15 </head>
     16 </html>