tor-browser

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

gradient-eval-004-ref.html (388B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Gradient interpolation</title>
      5  <link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
      6  <link rel="author" title="CGQAQ" href="mailto:m.jason.liu@gmail.com">
      7  <style>
      8   .test {
      9       width: 100px;
     10       height: 100px;
     11       background: rgb(0, 0, 99);
     12   }
     13 </style>
     14 </head>
     15 <body>
     16  <div class="test"></div>
     17 </body>
     18 </html>