tor-browser

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

826532-1.html (152B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 button:first-letter { }
      7 button { display: flex; }
      8 
      9 </style>
     10 
     11 </head>
     12 <body>
     13 <button>ABC</button>
     14 </body>
     15 </html>