tor-browser

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

legacy-menclose-radical-notation-ref.html (473B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8"/>
      5    <title>Legacy menclose radical notation (reference)</title>
      6    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      7    <style>
      8      math, math * {
      9          font: 25px Ahem;
     10      }
     11    </style>
     12  </head>
     13  <body>
     14    <math>
     15      <menclose notation="">
     16        <mn>123</mn>
     17      </menclose>
     18      <menclose notation="box">
     19        <mn>123</mn>
     20      </menclose>
     21    </math>
     22  </body>
     23 </html>