tor-browser

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

10209-1.html (373B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 @font-face {
      4  font-family: Ahem;
      5  src: url(../fonts/Ahem.ttf);
      6 }
      7 * {
      8  font-family: Ahem;
      9 }
     10 </style>
     11 <body style="font-size: 100px; line-height: 1">
     12  <div style="position: relative; display: inline; color: white">x
     13    <table style="height: 50%; position: absolute; width: 50px; background: green; top: 0; left: 0">
     14    </table>
     15  </div>
     16 </body>