tor-browser

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

1513423-2.html (640B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset='utf-8'/>
      5    <meta name='viewport' content='initial-scale=1' />
      6    <style>
      7      @font-face {
      8        font-family: test;
      9        src: url(../fonts/sil/CharisSIL-R.ttf);
     10      }
     11 
     12      body {
     13        font-family: test;
     14        line-height: 2;
     15      }
     16 
     17      .container {
     18        padding: 1rem 0 0.3rem;
     19      }
     20 
     21      .placeholder {
     22        font-style: italic;
     23        position: absolute;
     24        font-size: 8em;
     25      }
     26    </style>
     27  </head>
     28  <body>
     29    <div class='container'>
     30      <div class='placeholder'>a&#x202e;I&#x323;&#x324;&#x325;&#x326;&#x202c;z
     31    </div>
     32  </body>
     33 </html>