tor-browser

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

first-letter-004-ref.html (329B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5    div {
      6        font-size: 36px;
      7    }
      8    span {
      9        color: green;
     10    }
     11 </style>
     12 <body>
     13    <p>Test passes if the "T" and surrounding punctuation below are green.</p>
     14    <div><span>&#x104e;&#x300;T&#x300;&#x104e;&#x300;</span>est</div>
     15 </body>