tor-browser

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

bug1393259.html (341B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <meta charset="utf-8"/>
      5 </head>
      6 <style>
      7 #content { display: inline-block; }
      8 .monospace_fallback { font: 3em monospace; }
      9 </style>
     10 <body>
     11 
     12 <div id="content" class="monospace_fallback">
     13 abcdefghijklmnopqrstuvwxyz<br>
     14 <b>abcdefghijklmnopqrstuvwxyz</b><br>
     15 <i>abcdefghijklmnopqrstuvwxyz</i>
     16 </div>
     17 
     18 </body>
     19 </html>