tor-browser

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

777838.html (726B)


      1 <html class="reftest-wait">
      2  <head>
      3    <style>
      4      #el0 {
      5        column-count: 3; 
      6        max-width: 13ex;
      7        display: inline-block;
      8      }
      9      #el0:first-line { font-family: x; }
     10      #el0:first-letter { float: right; }
     11    </style>
     12    <script>
     13      onload = function() {
     14        el0=document.createElement('object')
     15        el0.setAttribute('id','el0')
     16        document.body.appendChild(el0)
     17        el0.appendChild(document.createTextNode(unescape('%ua000%uf400')))
     18        el0.appendChild(document.createTextNode(unescape('%u3000')+'AA'))
     19        el0.appendChild(document.createTextNode(''))
     20  document.documentElement.removeAttribute("class");
     21      }
     22    </script>
     23  </head>
     24  <body>
     25  </body>
     26 </html>