tor-browser

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

336074-1.xhtml (369B)


      1 <html xmlns="http://www.w3.org/1999/xhtml" class="test-wait">
      2 
      3 <head>
      4 
      5 <script>
      6 <![CDATA[
      7 
      8 function init()
      9 {
     10  var k = document.getElementById("k");
     11  k.remove();
     12  document.documentElement.removeAttribute("class");
     13 }
     14 
     15 ]]>
     16 </script>
     17 
     18 </head>
     19 
     20 <body onload="setTimeout(init, 30);">
     21 
     22 <mo xmlns='http://www.w3.org/1998/Math/MathML'><mi id="k">z</mi></mo>
     23 
     24 </body>
     25 </html>