tor-browser

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

repeated-final-stop-1.html (219B)


      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, 50% orange, 50% white);
     10  height: 100px;
     11 }
     12 </style>
     13 </head>
     14 <body>
     15 <div></div>
     16 </body>
     17 </html>