tor-browser

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

1419528-ref.html (218B)


      1 <!DOCTYPE html>
      2 <style>
      3 .outer {
      4  display: flex;
      5 }
      6 .inner {
      7  padding-bottom: 6px;
      8  padding-top: 10 px;
      9 }
     10 </style>
     11 <body>
     12  <div class="outer">
     13    <ul class="inner">
     14      Testing
     15    </ul>
     16  </div>
     17 </body>
     18 </html>