tor-browser

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

417246-1-ref.html (179B)


      1 <html>
      2 <head>
      3 <style>
      4 .a {
      5    border-top: 40px solid blue;
      6    border-bottom: 20px solid green;
      7    width: 200px;
      8 }
      9 </style>
     10 </head>
     11 <body>
     12 <div class="a"></div>
     13 </body> </html>