tor-browser

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

326646-1.html (196B)


      1 <html>
      2 <head>
      3 
      4 <script>
      5 
      6 var dt;
      7 
      8 function init() { 
      9  dt = document.implementation.createDocumentType("rheet", 0, 2);
     10  dt.foopy = "quux";
     11 }
     12 
     13 init();
     14 
     15 </script>
     16 
     17 </head>
     18 
     19 <body>
     20 
     21 </body>
     22 </html>