tor-browser

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

ms-001-ref.html (376B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>ms legacy lquote and rquote attributes (reference)</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8      math {
      9          font: 25px/1 Ahem;
     10      }
     11    </style>
     12  </head>
     13  <body>
     14 
     15    <p>
     16      <math>
     17        <ms>X</ms>
     18      </math>
     19    </p>
     20 
     21  </body>
     22 </html>