tor-browser

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

1015562.html (237B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <script>
      5 function boom()
      6 {
      7    document.getElementById("r").appendChild(document.createTextNode("B"));
      8 }
      9 
     10 </script>
     11 </head>
     12 <body onload="boom();">
     13 <div id="r" style="display: grid;">A</div>
     14 </body>
     15 </html>