tor-browser

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

417246-1.html (203B)


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