tor-browser

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

538909-1.html (233B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 div {
      6  border: 80px solid transparent;
      7  width: 100px;
      8  height: 100px;
      9  background-image: linear-gradient(to bottom right, yellow, blue);
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 <div></div>
     15 </body>
     16 </html>