tor-browser

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

1757003-1.html (304B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4 <head>
      5  <style>
      6    textarea {
      7      mask: conic-gradient(at 94% 100%, blue 0% 100%) 66em 75% repeat repeat padding-box luminance;
      8      border-right-style: inset;
      9      background-clip: text;
     10    }
     11  </style>
     12 </head>
     13 
     14 <body>
     15  <textarea cols="9999"></textarea>
     16 </body>
     17 
     18 </html>