tor-browser

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

1282894.html (291B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 
      7 function boom() {
      8    var table = document.createElement("table");
      9    var cap = document.createElement("caption");
     10    cap.appendChild(table)
     11    table.caption = cap;
     12 }
     13 
     14 </script>
     15 </head>
     16 <body onload="boom();"></body>
     17 </html>