tor-browser

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

151054-1.xml (334B)


      1 <?xml version="1.0"?>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4  <meta http-equiv="Content-Type" content="text/html" />
      5  <title>Math with position: absolute</title>
      6  <style>
      7   math { position: absolute; }
      8  </style>
      9 </head>
     10 <body>
     11 <math xmlns="http://www.w3.org/1998/Math/MathML">
     12  <infinity/>
     13 </math>
     14 </body>
     15 </html>