tor-browser

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

retained-dl-style-change-1-ref.html (222B)


      1 <html>
      2 <head>
      3 <style>
      4  div {
      5    width:10px;
      6    height:10px;
      7    background-color:green;
      8    display: inline-block;
      9  }
     10 </style>
     11 </head>
     12 <body id="body">
     13    <div id="first"></div><div id="second"></div>
     14 </body>
     15 </html>