tor-browser

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

border.html (168B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <style type="text/css">
      5 input {
      6 display: block;
      7 border: 1px solid #000;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 <input type="hidden">
     13 </body>
     14 </html>