tor-browser

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

1722689-1.html (258B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <style>
      4 @font-face {
      5  font-family: Ahem;
      6  src: local("Ahem"), url(Ahem.ttf);
      7 }
      8 div {
      9  width: 0;
     10  height: 0;
     11  position: absolute;
     12  top: 50px;
     13  font: 0.1px/0 Ahem;
     14  transform: scale(250);
     15 }
     16 </style>
     17 <div>test</div>