tor-browser

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

496032-1.html (208B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 button { display:inline-block; }
      6 button:first-letter { font-size:200%; }
      7 button:first-line { color:lime; }
      8 </style>
      9 </head>
     10 <body>
     11 <button>Hello</button>
     12 </body>
     13 </html>