tor-browser

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

repeated-final-stop-1-ref.html (223B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 html {
      6  background: white;
      7 }
      8 div {
      9  background: linear-gradient(to rigtht, 0 white, 100% orange);
     10  height: 100px;
     11  width: 50%;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 <div></div>
     17 </body>
     18 </html>