tor-browser

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

green-box.html (266B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset=utf-8>
      5    <title>Reference green box</title>
      6    <style>
      7      div {
      8        width: 100px;
      9        height: 100px;
     10        background: green;
     11      }
     12    </style>
     13  </head>
     14  <body>
     15    <div></div>
     16  </body>
     17 </html>