tor-browser

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

1157975-1.html (397B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="UTF-8">
      5 <script>
      6 function boom()
      7 {
      8    document.getElementById("x").style.cssFloat = "none";
      9 }
     10 </script>
     11 </head>
     12 <body onload="boom();"><div style="height: 10px; position: fixed;"><span style="float: left; writing-mode: vertical-rl;"><span style="display: -moz-groupbox;"></span>
     13 <span style="float: right;" id="x">}</span></span></div></body>
     14 </html>